Skip to content

Commit

Permalink
Build: Add vercel.json configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps authored Nov 17, 2023
1 parent 282896a commit 5611ede
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"version": 2,
"trailingSlash": true,
"framework": "nextjs",
"rewrites": [
{
"source": "/docs/",
"destination": "https://docs.nordstar.nordcom.io/"
},
{
"source": "/docs/:path*",
"destination": "https://docs.nordstar.nordcom.io/:path*"
}
],
"github": {
"enabled": true,
"autoJobCancelation": true
}
}
10 changes: 10 additions & 0 deletions packages/storybook/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"version": 2,
"trailingSlash": true,
"framework": "storybook",
"github": {
"enabled": true,
"autoJobCancelation": true
}
}

1 comment on commit 5611ede

@vercel
Copy link

@vercel vercel bot commented on 5611ede 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-git-master-nordcom.vercel.app
nordstar.vercel.app
nordstar-nordcom.vercel.app
nordstar.nordcom.io

Please sign in to comment.