Compare commits

...

3 Commits

Author SHA1 Message Date
Serafeim Chatzopoulos 74eab8b908 Merge branch 'main' into Add_sitemap_generation 2022-11-30 13:18:31 +01:00
Serafeim Chatzopoulos 9a8c0f6923 Change the update frequency of the sitemap.xml to monthly 2022-11-30 14:15:45 +02:00
Serafeim Chatzopoulos 4b63ab0ace Add sitemap.xml generation during build 2022-11-29 13:18:34 +02:00
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',
},
}),
],
],