Skip to content

Commit b5faa97

Browse files
committed
fix relative
1 parent a609437 commit b5faa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import checker from "vite-plugin-checker";
66

77
// https://vitejs.dev/config/
88
export default defineConfig({
9-
base: process.env.SUBDIR ?? "",
9+
base: process.env.SUBDIR ?? "./",
1010
plugins: [
1111
reactRouter(),
1212
tsconfigPaths(),

0 commit comments

Comments
 (0)