Skip to content

Commit

Permalink
fix: update the config storage key
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 14, 2023
1 parent 790c52b commit b90fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Home: NextPage<{
const { toast } = useToast();
const { analytics } = useAnalytics();

useFormPersist("video-config-storage", {
useFormPersist("video-summary-config-storage", {
watch,
setValue,
storage: typeof window !== "undefined" ? window.localStorage : undefined, // default window.sessionStorage
Expand Down

1 comment on commit b90fe53

@vercel
Copy link

@vercel vercel bot commented on b90fe53 Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Tried to attach Edge Config ecfg_bpimtz9yfzkggkhjr014d3grn9yj, but it does not exist. Remove or update the EDGE_CONFIG environment variable and try again.

Learn More: https://vercel.com/docs/errors#error-list/invalid-edge-config-connection-string

Please sign in to comment.