diff --git a/vite.config.ts b/vite.config.ts index 350e7df..bb04e26 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ plugins: [esbuildCommonjs(["react"])], }, }, - base: "/testP/", + base: "/", build: { commonjsOptions: { transformMixedEsModules: true,