Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Dec 25, 2024
1 parent 04a6b59 commit 915b40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/embeds/core/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const WIDGET_URL = "http://localhost:8888/embed/widget";
export const INLINE_URL = "http://localhost:8888/embed/inline";
export const WIDGET_URL = "https://app.dub.co/embed/widget";
export const INLINE_URL = "https://app.dub.co/embed/inline";

export const DUB_CONTAINER_ID = "dub-embed-container";
export const DUB_POPUP_ID = "dub-embed-popup";
Expand Down

0 comments on commit 915b40d

Please sign in to comment.