From aa511b4a9c6538b5815f8a0e1094f8b479dd3ee9 Mon Sep 17 00:00:00 2001 From: Brah Date: Fri, 13 Dec 2024 09:30:21 +0100 Subject: [PATCH] update --- docs/src/.vuepress/config.ts | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) 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: {}, + }), });