Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 26379db

Browse files
committed
Restored base on vite.config
1 parent 58c9e60 commit 26379db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
33

44
// https://vite.dev/config/
55
export default defineConfig({
6-
base: '/',
6+
base: '/LIFT-frontend/',
77
// base: '/LIFT-frontend/',
88
plugins: [react()],
99
});

0 commit comments

Comments
 (0)