fix: Fixed links for rss feed fdb732e9
Steve · 2025-04-27 16:57 1 file(s) · +1 −1
src/pages/rss.xml.ts +1 −1
13 13
      title: post.data.title,
14 14
      description: post.data.description,
15 15
      pubDate: post.data.publishDate,
16 -
      link: post.slug,
16 +
      link: `/posts/${post.slug}`,
17 17
    })),
18 18
  });
19 19
};