Skip to content

Commit 8bbb4c4

Browse files
Change base path in Vite config to root
1 parent 005b471 commit 8bbb4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import react from "@vitejs/plugin-react";
33
import eslint from "vite-plugin-eslint";
44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
base: "/cureit",
6+
base: "/",
77
plugins: [react(), eslint()],
88
});

0 commit comments

Comments
 (0)