diff --git a/.vuepress/config.js b/.vuepress/config.js index 9590b2f4..3fd1b89e 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -37,17 +37,13 @@ export default defineUserConfig({ contributors: false, darkmode: 'toggle', pageInfo: ['ReadingTime'], + plugins: { + mdEnhance: { + footnote: true, + imgLazyload: true + }, + searchPro: true + } }), - plugins: [ - mdEnhance({ - footnote: true, - imgLazyload: true - }), - searchProPlugin({ - indexContent: true, - autoSuggestions: true - }) - ], - bundler: viteBundler({}), })