Skip to content

Commit df6c2a3

Browse files
committed
Fixed vite config for deployment
1 parent 4b82c86 commit df6c2a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import tsconfigPaths from "vite-tsconfig-paths";
44

55
export default defineConfig({
66
plugins: [reactRouter(), tsconfigPaths()],
7+
base: "/scoretarot/"
78
});

0 commit comments

Comments
 (0)