Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy authored Aug 20, 2022
1 parent ddd5d5d commit 6ca135b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@
"permanent": true
}
],
"rewrites": [{ "source": "/api/(.*)", "destination": "https://novuapidocs.gatsbyjs.io/api/" }]
}
"rewrites": [
{
"source": "/api",
"destination": "https://novuapidocs.gatsbyjs.io/api"
},
{
"source": "/api/(.*)",
"destination": "https://novuapidocs.gatsbyjs.io/api/"
}
]
}

0 comments on commit 6ca135b

Please sign in to comment.