Skip to content

Commit 5e7de86

Browse files
committed
Fix Base Path for Deployment
1 parent 1130ade commit 5e7de86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc'
33

44
// https://vite.dev/config/
55
export default defineConfig({
6+
base: './',
67
plugins: [react()],
78
})

0 commit comments

Comments
 (0)