Skip to content

Commit

Permalink
chore: add feed.xml redirection
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 19, 2024
1 parent b4c74e3 commit 65897b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let nextConfig = {
return {
beforeFiles: [
{ source: '/atom.xml', destination: '/feed' },
{ source: '/feed.xml', destination: '/feed' },
{ source: '/sitemap.xml', destination: '/sitemap' },
],
}
Expand Down

0 comments on commit 65897b4

Please sign in to comment.