We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f06052 commit 4d17250Copy full SHA for 4d17250
vite.config.ts
@@ -6,7 +6,7 @@ import checker from "vite-plugin-checker";
6
7
// https://vitejs.dev/config/
8
export default defineConfig({
9
- base: "",
+ base: process.env.SUBDIR ?? "",
10
plugins: [
11
reactRouter(),
12
tsconfigPaths(),
0 commit comments