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