{ "version": 2, "name": "molecule-ai-status", "rewrites": [ { "source": "/data/(.*)", "destination": "https://git.moleculesai.app/molecule-ai/molecule-ai-status/raw/branch/main/$1" } ], "headers": [ { "source": "/(.*)", "headers": [ { "key": "X-Frame-Options", "value": "DENY" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" } ] }, { "source": "/(index.html|app.js)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=60, s-maxage=60" } ] }, { "source": "/data/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=60, s-maxage=60" } ] } ] }