Skip to content

Commit

Permalink
chore: use main as canary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 13, 2023
1 parent 24c0f99 commit 04e1acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/pages/v/[[...fullPath]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Version({ path, version }) {

const src =
version === "canary"
? `https://puck-docs-git-canary-measured.vercel.app`
? `https://puck-docs-git-main-measured.vercel.app`
: `https://puck-docs-git-releases-v${versionSlug}-measured.vercel.app`;

return (
Expand Down

0 comments on commit 04e1acf

Please sign in to comment.