diff --git a/vite.config.js b/vite.config.js index 5fad3ad..1fcac95 100755 --- a/vite.config.js +++ b/vite.config.js @@ -7,6 +7,7 @@ export default defineConfig(({ command, mode }) => { return { + base: './', plugins: [react()], server: { port: parseInt(env.VITE_PORT) || 5173, @@ -45,4 +46,4 @@ export default defineConfig(({ command, mode }) => { } } } -}) \ No newline at end of file +})