Update vite.config.js

#15
by hotboxxgenn - opened
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
  })