diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index 36ccc81..9ec2341 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -35,26 +35,18 @@ export default defineUserConfig({ "/servicesai/" ], }), - bundler: viteBundler({ - viteOptions: {}, - vuePluginOptions: {}, - }), - - /*bundler: webpackBundler({ - webpackOptions: {}, - vuePluginOptions: {}, - }),*/ - plugins: [ seoPlugin({ hostname: "https://worldline.github.io/learning-ai", }), - searchPlugin({ - // options du plugin de recherche - }), - nprogressPlugin(), - pwaPlugin({ - // options du plugin PWA - }), ], + /*bundler: webpackBundler({ + webpackOptions: {}, + vuePluginOptions: {}, + }),*/ + + bundler: viteBundler({ + viteOptions: {}, + vuePluginOptions: {}, + }), });