feat: 修复打包问题

This commit is contained in:
landaiqing
2024-06-03 20:58:05 +08:00
parent 63293d8c57
commit 60732f6142

View File

@@ -18,7 +18,7 @@ import autoprefixer from "autoprefixer";
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd());
return {
base: "/",
base: "./",
plugins: [
react(),
legacy({