Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hotboxxgenn
/
Second
like
0
No application file
App
Files
Files
Community
20
refs/pr/18
Second
/
vite.config.js
hotboxxgenn
Update vite.config.js
73e5b5d
verified
6 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
export
default
defineConfig
({
plugins
: [
react
()],
base
:
'./'
,
// Crucial for Hugging Face deployment
})