Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

link fix

+1 -1
+1 -1
src/routes/rss/+server.js
··· 34 34 (post) => `<item> 35 35 <guid isPermaLink="true">${siteURL}/blog/${post.path}</guid> 36 36 <title>${post.meta.title}</title> 37 - <link>${siteURL}/blog/${post.path}</link> 37 + <link>${siteURL}/post/${post.path}</link> 38 38 <description>${post.meta.title}</description> 39 39 <pubDate>${new Date(post.meta.date).toUTCString()}</pubDate> 40 40 </item>`