Skip to content

Commit 0f3f3a9

Browse files
committed
update vite config
1 parent 4c2b611 commit 0f3f3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ const path = require("path");
55

66
// https://vitejs.dev/config/
77
export default defineConfig({
8-
base: process.env.DEV === "true" ? undefined : path.resolve(__dirname, "./dist/"),
8+
base: "./",
99
plugins: [vue(), tsconfigPaths()],
1010
})

0 commit comments

Comments
 (0)