forked from D-Net/openaire-graph-docs
Change the update frequency of the sitemap.xml to monthly
This commit is contained in:
parent
4b63ab0ace
commit
9a8c0f6923
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue