diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 89eeeb7d..62c09eca 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -67,6 +67,6 @@ module.exports = { docsBranch: 'main', docsDir: 'docs', lastUpdated: 'Last Updated', - smoothScroll: true + search: false } }