website/wrangler.jsonc
2026-09-08 19:05:10 -04:00

43 lines
742 B
JSON

{
"$schema": "./node_modules/wrangler/config-schema.json",
"compatibility_date": "2026-09-03",
"compatibility_flags": [
"global_fetch_strictly_public"
],
"name": "website-v3",
"account_id": "5745d698d83c15e655924b25248a3029",
"main": "@astrojs/cloudflare/entrypoints/server",
"assets": {
"directory": "./dist",
"binding": "ASSETS"
},
"observability": {
"enabled": true
},
"routes": [
{
"pattern": "zachy.cc",
"zone_name": "zachy.cc",
"custom_domain": true,
"enabled": true,
"previews_enabled": false
}
],
"kv_namespaces": [
{
"binding": "CONTENT",
"id": "96b661e1818f4773acd2a3a1b39c58b0"
},
{
"binding": "SESSION",
"id": "8d6df673f9934c1e9d15cfb4de09daac"
}
]
}