We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39b47b commit 50d79ebCopy full SHA for 50d79eb
pages/sitemap.xml.js
@@ -55,7 +55,7 @@ function generateLocalesSitemap(link, allPages, locale) {
55
priority: '0.7'
56
},
57
{
58
- loc: `${link}${locale}/feed`,
+ loc: `${link}${locale}/rss/feed.xml`,
59
lastmod: new Date().toISOString().split('T')[0],
60
changefreq: 'daily',
61
0 commit comments