config: update sitemap changefreq

This commit is contained in:
Henk Verlinde
2020-12-02 13:49:08 +01:00
parent 358bad6801
commit 3ff4382db3
4 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@ rel = "sitemap"
tabWidth = 4
[sitemap]
changefreq = "monthly"
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5

View File

@ -1,5 +1,5 @@
const autoprefixer = require('autoprefixer')
const purgecss = require('@fullhuman/postcss-purgecss')
const autoprefixer = require('autoprefixer');
const purgecss = require('@fullhuman/postcss-purgecss');
const whitelister = require('purgecss-whitelister');
module.exports = {