Spaces:
Running
Running
| { | |
| "hosting": { | |
| "public": ".", | |
| "ignore": [ | |
| "firebase.json", | |
| "**/.*", | |
| "server.py" | |
| ], | |
| "rewrites": [ | |
| { | |
| "source": "**", | |
| "destination": "/index.html" | |
| } | |
| ], | |
| "headers": [ | |
| { | |
| "source": "**/*.@(js|css)", | |
| "headers": [ | |
| { | |
| "key": "Cache-Control", | |
| "value": "max-age=31536000" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } | |