Skip to content

Commit b534201

Browse files
committed
Make generated Vite files use relative paths
1 parent e78bbfd commit b534201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import topLevelAwait from "vite-plugin-top-level-await";
44
import react from "@vitejs/plugin-react";
55

66
export default defineConfig({
7+
base: "",
78
build: {
89
chunkSizeWarningLimit: 1000,
910
},

0 commit comments

Comments
 (0)