Skip to content

Commit 9fc9b00

Browse files
committed
config
1 parent a0e5b20 commit 9fc9b00

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vite.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
import path from 'path';
55

66
export default defineConfig({
7+
base: '/LP03/',
78
plugins: [react()],
8-
resolve: {
9+
resolve: {
910
extensions: ['.js', '.jsx', '.ts', '.tsx', '.json'],
1011
alias: {
11-
'vaul@1.1.2': 'vaul',
12+
'vaul@1.1.2': 'vaul',
1213
'sonner@2.0.3': 'sonner',
1314
'recharts@2.15.2': 'recharts',
1415
'react-resizable-panels@2.1.7': 'react-resizable-panels',

0 commit comments

Comments
 (0)