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]