Vite: Change base directory to './'

This commit is contained in:
Eric NGUYEN 2022-10-17 17:03:45 +02:00
parent 25e1033c56
commit d011a1ef29

View file

@ -5,5 +5,6 @@ import react from '@vitejs/plugin-react';
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
react() react()
] ],
base: './'
}); });