sitemap config

This commit is contained in:
Oleg Kalachev
2022-04-19 11:35:51 +04:00
parent 0849413fe2
commit 72b343575f

View File

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