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