We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5faa97 commit 6f21313Copy full SHA for 6f21313
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 ?? undefined,
10
plugins: [
11
reactRouter(),
12
tsconfigPaths(),
0 commit comments