Some settings for sitemap2

This commit is contained in:
Oleg Kalachev
2022-04-16 01:13:31 +04:00
parent 91061cc9f1
commit e9f892466f

View File

@@ -77,7 +77,7 @@ module.exports = {
plugins: [
'@vuepress/plugin-search',
'vuepress-plugin-copy-code2',
['sitemap2', { hostname }],
['sitemap2', { hostname, excludeUrls: ['/LANGS.html'] }],
require('./rich-quotes')
]
}