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 } ],