Removed unicode chars.

This commit is contained in:
Tom Butcher 2025-12-12 20:02:35 +00:00
parent ca80301e7f
commit 7138e3d33f

View File

@ -75,7 +75,7 @@
"kv_namespaces": [ "kv_namespaces": [
{ {
"binding": "CONTENT_KV", // the variable youll use in the Worker "binding": "CONTENT_KV", // the variable you'll use in the Worker
"id": "1cffbf98b6e24fd3a58d5f484ecb12ef" // ID from Cloudflare dashboard "id": "1cffbf98b6e24fd3a58d5f484ecb12ef" // ID from Cloudflare dashboard
} }
], ],
@ -93,7 +93,7 @@
"production": { "production": {
"kv_namespaces": [ "kv_namespaces": [
{ {
"binding": "CONTENT_KV", // the variable youll use in the Worker "binding": "CONTENT_KV", // the variable you'll use in the Worker
"id": "1cffbf98b6e24fd3a58d5f484ecb12ef" // ID from Cloudflare dashboard "id": "1cffbf98b6e24fd3a58d5f484ecb12ef" // ID from Cloudflare dashboard
} }
], ],