Spaces:
Paused
Paused
| { | |
| "$schema": "https://openapi.vercel.sh/vercel.json", | |
| "buildCommand": "npm run build", | |
| "outputDirectory": "dist", | |
| "installCommand": "npm install", | |
| "framework": "vite", | |
| "rewrites": [ | |
| { "source": "/(.*)", "destination": "/index.html" } | |
| ] | |
| } | |