Second / vite.config.js
hotboxxgenn's picture
Update vite.config.js
73e5b5d verified
raw
history blame
185 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: './', // Crucial for Hugging Face deployment
})