Change the update frequency of the sitemap.xml to monthly

This commit is contained in:
Serafeim Chatzopoulos 2022-11-30 14:15:45 +02:00
parent 4b63ab0ace
commit 9a8c0f6923
1 changed files with 1 additions and 1 deletions

View File

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