{ "version": 2, "buildCommand": "bash scripts/build-webui.sh", "rewrites": [ { "source": "/(.*)", "destination": "/app.py" } ], "headers": [ { "source": "/admin/assets/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }, { "source": "/admin/(.*)", "headers": [ { "key": "Cache-Control", "value": "no-store, must-revalidate" } ] } ] }