Commit 18ec32c

HPCesia <me@hpcesia.com>
2025-02-15 12:48:44
fix: correct RSS stylesheet path
1 parent 518f836
Changed files (1)
src
src/pages/rss.xml.ts
@@ -13,7 +13,7 @@ export async function GET(context: AstroGlobal) {
     title: siteConfig.title,
     description: siteConfig.subtitle,
     site: context.site || '',
-    stylesheet: '/rss/styles.xsl',
+    stylesheet: '/rss/pretty-feed-v3.xsl',
     items: posts.map((post) => ({
       title: post.data.title,
       pubDate: post.data.published,