We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2b611 commit 0f3f3a9Copy full SHA for 0f3f3a9
vite.config.ts
@@ -5,6 +5,6 @@ const path = require("path");
5
6
// https://vitejs.dev/config/
7
export default defineConfig({
8
- base: process.env.DEV === "true" ? undefined : path.resolve(__dirname, "./dist/"),
+ base: "./",
9
plugins: [vue(), tsconfigPaths()],
10
})
0 commit comments