Skip to content

Commit

Permalink
Meta: Change storybook path.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps authored Nov 17, 2023
1 parent 54e7ba4 commit 567847b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"framework": "nextjs",
"rewrites": [
{
"source": "/docs/",
"source": "/storybook/",
"destination": "https://docs.nordstar.nordcom.io/"
},
{
"source": "/docs/:path*",
"source": "/storybook/:path*",
"destination": "https://docs.nordstar.nordcom.io/:path*"
}
],
Expand Down

1 comment on commit 567847b

@vercel
Copy link

@vercel vercel bot commented on 567847b Nov 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nordstar – ./docs

nordstar.vercel.app
nordstar-git-master-nordcom.vercel.app
nordstar-nordcom.vercel.app
nordstar.nordcom.io

Please sign in to comment.