From 7138e3d33fc5bfce666ee8f54bbeab7a751c2a9a Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 12 Dec 2025 20:02:35 +0000 Subject: [PATCH] Removed unicode chars. --- wrangler.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index f8a4070..9656019 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -75,7 +75,7 @@ "kv_namespaces": [ { - "binding": "CONTENT_KV", // the variable you’ll use in the Worker + "binding": "CONTENT_KV", // the variable you'll use in the Worker "id": "1cffbf98b6e24fd3a58d5f484ecb12ef" // ID from Cloudflare dashboard } ], @@ -93,7 +93,7 @@ "production": { "kv_namespaces": [ { - "binding": "CONTENT_KV", // the variable you’ll use in the Worker + "binding": "CONTENT_KV", // the variable you'll use in the Worker "id": "1cffbf98b6e24fd3a58d5f484ecb12ef" // ID from Cloudflare dashboard } ],