Spaces:
Sleeping
Sleeping
| { | |
| "buildCommand": "npm run build", | |
| "outputDirectory": "dist", | |
| "framework": "vite", | |
| "rewrites": [ | |
| { "source": "/(.*)", "destination": "/index.html" } | |
| ], | |
| "headers": [ | |
| { | |
| "source": "/assets/(.*)", | |
| "headers": [ | |
| { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } | |
| ] | |
| }, | |
| { | |
| "source": "/(.*).wasm", | |
| "headers": [ | |
| { "key": "Content-Type", "value": "application/wasm" }, | |
| { "key": "Cache-Control", "value": "public, max-age=86400" } | |
| ] | |
| } | |
| ] | |
| } | |