{ "headers": [ { "source": "/.well-known/nostr.json", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Access-Control-Allow-Methods", "value": "GET, OPTIONS" }, { "key": "Cache-Control", "value": "public, max-age=3600" } ] } ], "rewrites": [ { "source": "/((?!.well-known).*)", "destination": "/" } ] }