hotboxxgenn commited on
Commit
b4e1766
·
verified ·
1 Parent(s): e1b664a

Update vite.config.js (#15)

Browse files

- Update vite.config.js (6148a7f4b1f516a3ae08b260026ea120067b9c31)

Files changed (1) hide show
  1. vite.config.js +1 -1
vite.config.js CHANGED
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
4
  // https://vitejs.dev/config/
5
  export default defineConfig({
6
  plugins: [react()],
7
- base: './', // important for static deployment
8
  })
 
4
  // https://vitejs.dev/config/
5
  export default defineConfig({
6
  plugins: [react()],
7
+ base: './', // This is important for static deployment on Hugging Face Spaces
8
  })