Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 13, 2023
1 parent 5bdeb86 commit 97a2e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- "main"
- "releases/**"
# - "releases/**"

jobs:
tag-and-publish-to-npm:
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function DocsApp({ Component, pageProps }: AppProps) {
title: window.document.title,
};

window.parent.postMessage(message, "https://puckeditor.com");
window.parent.postMessage(message, "http://localhost:3000");
};

router.events.on("routeChangeComplete", handleRouteChange);
Expand Down

0 comments on commit 97a2e59

Please sign in to comment.