Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Dec 13, 2024
1 parent 949802a commit aa511b4
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
}),
});

0 comments on commit aa511b4

Please sign in to comment.