Add sitemap

This commit is contained in:
Andrew
2024-03-11 10:43:09 +05:30
committed by GitHub
parent 8ebf96f1e1
commit 82a187fe46
+7
View File
@@ -59,6 +59,13 @@ const config = {
customCss: './src/css/custom.css',
},
}),
{
sitemap: {
changefreq: 'weekly',
priority: 0.5,
ignorePatterns: ['/tags/**'],
filename: 'sitemap.xml',
}
],
],