Spaces:
Sleeping
Sleeping
| { | |
| "rewrites": [ | |
| { | |
| "source": "/api/(.*)", | |
| "destination": "/api/index" | |
| }, | |
| { | |
| "source": "/(.*)", | |
| "destination": "/index.html" | |
| } | |
| ] | |
| } |
| { | |
| "rewrites": [ | |
| { | |
| "source": "/api/(.*)", | |
| "destination": "/api/index" | |
| }, | |
| { | |
| "source": "/(.*)", | |
| "destination": "/index.html" | |
| } | |
| ] | |
| } |