{ "functions": { "apps/web/.output/server/index.mjs": { "maxDuration": 30 } }, "headers": [ { "source": "/assets/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=5184000, immutable" } ] }, { "source": "/_build/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=5184000, immutable" } ] }, { "source": "/(.*).js", "headers": [ { "key": "Cache-Control", "value": "public, max-age=5184000, immutable" } ] }, { "source": "/(.*).css", "headers": [ { "key": "Cache-Control", "value": "public, max-age=5184000, immutable" } ] }, { "source": "/index.html", "headers": [ { "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Expires", "value": "0" } ] }, { "source": "/", "headers": [ { "key": "Cache-Control", "value": "s-maxage=1, stale-while-revalidate" } ] } ] }