Spaces:
Sleeping
Sleeping
| { | |
| "version": 2, | |
| "builds": [ | |
| { | |
| "src": "index.html", | |
| "use": "@vercel/static" | |
| } | |
| ], | |
| "routes": [ | |
| { | |
| "src": "/(.*)", | |
| "dest": "/index.html" | |
| } | |
| ] | |
| } |