Vite: Change base directory to './'
This commit is contained in:
parent
25e1033c56
commit
d011a1ef29
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ import react from '@vitejs/plugin-react';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
react()
|
react()
|
||||||
]
|
],
|
||||||
|
base: './'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue