Skip to content

Commit

Permalink
Update src/pages/rss.xml.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Aug 14, 2024
1 parent 7a130a4 commit 300013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/rss.xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const GET = async () => {
const posts = await fetchPosts();

const rss = await getRssString({
title: `${SITE.name}’s Blog`,
title: `${SITE.name} Blog`,
description: METADATA?.description || '',
site: import.meta.env.SITE,

Expand Down

0 comments on commit 300013d

Please sign in to comment.