Skip to content

Commit 1e1e1dc

Browse files
committed
add deploy prefix
1 parent cd4bf10 commit 1e1e1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import tailwindcss from "@tailwindcss/vite";
55

66
// https://vite.dev/config/
77
export default defineConfig({
8+
base: "/ReproInventory/",
89
plugins: [react(), tailwindcss()],
910
resolve: {
1011
alias: {

0 commit comments

Comments
 (0)