Skip to content

Commit

Permalink
website: Add manual redirect in vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 21, 2020
1 parent 0f81e16 commit a9f2214
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"version": 2,
"routes": [{"handle": "filesystem"}, {"src": "/.*", "dest": "/index.html"}]
"routes": [{"handle": "filesystem"}, {"src": "/.*", "dest": "/index.html"}],
"redirects": [
{
"source": "/manual",
"destination": "https://www.notion.so/Prolink-Tools-User-Manual-1c0e5b28732b435a9804b992939ed791"
}
]
}

1 comment on commit a9f2214

@vercel
Copy link

@vercel vercel bot commented on a9f2214 Dec 21, 2020

Choose a reason for hiding this comment

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

Deployment failed with the following error:

If `rewrites`, `redirects`, `headers`, `cleanUrls` or `trailingSlash` are used, then `routes` cannot be present.

Learn More: https://vercel.link/mix-routing-props

Please sign in to comment.