mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
26 lines
No EOL
637 B
TOML
26 lines
No EOL
637 B
TOML
#:schema ./node_modules/wrangler/config-schema.json
|
|
name = "cloudflare-docs"
|
|
account_id = "b54f07a6c269ecca2fa60f1ae4920c99"
|
|
compatibility_date = "2025-06-02"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
main = "./worker/index.ts"
|
|
|
|
workers_dev = true
|
|
route = { pattern = "developers.cloudflare.com/*", zone_name = "developers.cloudflare.com" }
|
|
|
|
rules = [
|
|
{ type = "Text", globs = ["**/__redirects"], fallthrough = true },
|
|
]
|
|
|
|
[assets]
|
|
directory = "./dist"
|
|
binding = "ASSETS"
|
|
not_found_handling = "404-page"
|
|
run_worker_first = true
|
|
|
|
[[r2_buckets]]
|
|
binding = "VENDORED_MARKDOWN"
|
|
bucket_name = "vendored-markdown"
|
|
|
|
[observability]
|
|
enabled = true |