Skip to content

Commit

Permalink
Add a redirect from posts.xml to posts.rss
Browse files Browse the repository at this point in the history
Not nice to yoink the RSS feed out from everyone's
readers without a redirect.
  • Loading branch information
ADKaster committed Dec 4, 2024
1 parent c5e23ff commit adb4f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ export default defineConfig({
"/why-ladybird": "/posts/why-ladybird",
"/why-ladybird.html": "/posts/why-ladybird",
"/wire.pdf": "/payment-details",
"/posts.xml": "/posts.rss",
},
});

0 comments on commit adb4f5e

Please sign in to comment.