diff --git a/next.config.mjs b/next.config.mjs index 981cbed399..249700a8ad 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -43,6 +43,7 @@ let nextConfig = { return { beforeFiles: [ { source: '/atom.xml', destination: '/feed' }, + { source: '/feed.xml', destination: '/feed' }, { source: '/sitemap.xml', destination: '/sitemap' }, ], }