diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index ba1117d..0fa45d6 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -16,7 +16,7 @@ export const get = async () => { return rss({ title: `${SITE_CONFIG.name}’s Blog`, - description: METADATA_CONFIG?.description, + description: METADATA_CONFIG?.description || "", site: import.meta.env.SITE, items: posts.map((post) => ({