Add a sitemap plugin

This commit is contained in:
sabaimran
2024-04-10 14:35:04 +05:30
parent a4afada746
commit bb15c9605d
3 changed files with 8 additions and 1 deletions

View File

@@ -60,6 +60,12 @@ const config = {
theme: {
customCss: './src/css/custom.css',
},
sitemap: {
lastmod: 'date',
changefreq: 'weekly',
priority: 0.5,
filename: 'sitemap.xml',
},
}),
],
],