Merge pull request 'Add sitemap.xml generation during build' (#21) from Add_sitemap_generation into main

Reviewed-on: #21
This commit is contained in:
Serafeim Chatzopoulos 2022-12-02 12:27:52 +01:00
commit 9c45c0533e
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
sitemap: {
changefreq: 'monthly',
priority: 0.5,
ignorePatterns: ['/tags/**'],
filename: 'sitemap.xml',
},
}),
],
],