1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "$schema": "node_modules/wrangler/config-schema.json", "name": "namehackclub", "compatibility_date": "2025-06-15", "assets": { "directory": "./dist" }, "routes": [ { "pattern": "namehack.club", "custom_domain": true }, { "pattern": "www.namehack.club", "custom_domain": true } ] }