We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4328bc commit b030bd0Copy full SHA for b030bd0
1 file changed
vite.config.js
@@ -0,0 +1,5 @@
1
+import { defineConfig } from "vite";
2
+
3
+export default defineConfig({
4
+ base: "/dodled-jump/", // This will prefix all asset URLs with /dodled-jump/
5
+});
0 commit comments