diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 917818f132..d15a73387b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -31,6 +31,7 @@ module.exports = { toc: { includeLevel: [2, 3], slugify: slugifyWithBadges } }, head: [ + ['meta', { name: 'robots', content: 'noindex' }], ['script', { src: 'https://plausible.io/js/plausible.js', defer: 'defer' }] ], themeConfig: {