Skip to content

Commit

Permalink
fix copyright on rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Jun 19, 2024
1 parent d78e198 commit 69a6e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/middleware/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function middleware(
language: 'en',
favicon: `${process.env.DEPLOY_URL}/favicon.png`,
image: `${process.env.DEPLOY_URL}/favicon.png`,
copyright: 'All rights reserved 2013, John Doe',
copyright: 'Copyright © 2024. Tom Preston-Werner. All Rights Reserved.',
updated: new Date(latestPost.publishedAt),
generator: 'RedwoodJS: RSS Middleware',
})
Expand Down

0 comments on commit 69a6e6d

Please sign in to comment.