From be759a04d4eb39a3c428a04aa1c6621fe792928a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nmez=20Kartal?= Date: Mon, 14 Aug 2023 12:49:36 +0300 Subject: [PATCH] fix(profile): add missing KV `preview_id` key (#2602) --- apps/profile/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/profile/wrangler.toml b/apps/profile/wrangler.toml index 175178f702..13de4f6364 100644 --- a/apps/profile/wrangler.toml +++ b/apps/profile/wrangler.toml @@ -11,7 +11,7 @@ services = [ ] kv_namespaces = [ - { binding = "ProfileKV", id = "ProfileKV" }, + { binding = "ProfileKV", id = "ProfileKV", preview_id = "ProfileKV" }, ] [build]