Skip to content

Commit a5eb4f9

Browse files
committed
Fix?
1 parent f64a984 commit a5eb4f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { defineConfig } from 'vite';
22
import react from '@vitejs/plugin-react';
3-
import path from 'path';
43

54
// https://vite.dev/config/
65
export default defineConfig({
76
plugins: [react()],
87
resolve: {
98
alias: {
10-
'@': path.resolve(__dirname, 'src'),
9+
'@': '/src',
1110
},
1211
},
1312
});

0 commit comments

Comments
 (0)