Skip to content

Commit

Permalink
fix(profile): add missing KV preview_id key (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkl committed Aug 14, 2023
1 parent 9e86438 commit be759a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/profile/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services = [
]

kv_namespaces = [
{ binding = "ProfileKV", id = "ProfileKV" },
{ binding = "ProfileKV", id = "ProfileKV", preview_id = "ProfileKV" },
]

[build]
Expand Down

0 comments on commit be759a0

Please sign in to comment.