just a website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: clean up wrangler configuration by removing unused properties

+1 -18
+1 -18
wrangler.jsonc
··· 3 3 "compatibility_date": "2026-03-24", 4 4 "assets": { 5 5 "directory": "./_site", 6 - "binding": "ASSETS", 7 6 "html_handling": "auto-trailing-slash", 8 7 "not_found_handling": "404-page" 9 8 }, 10 - "workers_dev": true, 11 9 "routes": [ 12 10 { 13 11 "pattern": "rorylawless.com", 14 12 "custom_domain": true 15 13 } 16 - ], 17 - "observability": { 18 - "enabled": true, 19 - "head_sampling_rate": 1, 20 - "logs": { 21 - "enabled": true, 22 - "head_sampling_rate": 1, 23 - "persist": true, 24 - "invocation_logs": true 25 - }, 26 - "traces": { 27 - "enabled": true, 28 - "persist": true, 29 - "head_sampling_rate": 1 30 - } 31 - } 14 + ] 32 15 }