We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a609437 commit b5faa97Copy full SHA for b5faa97
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: process.env.SUBDIR ?? "",
+ base: process.env.SUBDIR ?? "./",
10
plugins: [
11
reactRouter(),
12
tsconfigPaths(),
0 commit comments