Skip to content

Commit

Permalink
feature/fix space dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 7, 2024
1 parent ac3070e commit df83f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storyblok/CLI/sb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const main = async () => {
console.log(
colorText("Storyblok dashboard:", "cyan"),
colorText(
`https://app.storyblok.com/me/spaces/${spaceId}/dashboard`,
`https://app.storyblok.com/me/spaces/${spaceId}/dashboard#/me/spaces/${spaceId}/dashboard`,
"yellow",
),
);
Expand Down

0 comments on commit df83f28

Please sign in to comment.