Skip to content

Commit ce1bf51

Browse files
authored
Update vite.config.ts
1 parent 7abf0ee commit ce1bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
55
export default defineConfig({
66
plugins: [react()],
77
// base: `${process.env.VITE_BASE_URL}`,
8-
base: "/backoffice-frontend/",
8+
base: "/backoffice/",
99
server: {
1010
host: "0.0.0.0" // Allow traffic from the internet
1111
},

0 commit comments

Comments
 (0)