diff --git a/front/vite.config.ts b/front/vite.config.ts index 9aae2f4c4..23d982944 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -58,8 +58,8 @@ export default defineConfig(() => ({ build: { rollupOptions: { input: { - main: path.resolve(__dirname, './index.html'), - embed: path.resolve(__dirname, './embed.html') + main: resolve(__dirname, './index.html'), + embed: resolve(__dirname, './embed.html') } } }