diff --git a/docs/dist/index.html b/docs/dist/index.html index f289004..e9854fe 100644 --- a/docs/dist/index.html +++ b/docs/dist/index.html @@ -51,8 +51,8 @@ ] } - - + +
diff --git a/vite.config.ts b/vite.config.ts index db54678..1e191fe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -70,6 +70,7 @@ const umdConfig = defineConfig({ // Configuration pour la documentation const docsConfig = defineConfig({ root: "docs/src", + base: "./", publicDir: resolve(__dirname, "docs/src/public"), build: { outDir: "../dist",