Skip to content

Commit

Permalink
website: Fix vercel redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 21, 2020
1 parent a9f2214 commit 35fcc3e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions vercel.json
@@ -1,10 +1,14 @@
{
"version": 2,
"routes": [{"handle": "filesystem"}, {"src": "/.*", "dest": "/index.html"}],
"redirects": [
"routes": [
{"handle": "filesystem"},
{
"source": "/manual",
"destination": "https://www.notion.so/Prolink-Tools-User-Manual-1c0e5b28732b435a9804b992939ed791"
}
"src": "/manual",
"status": 302,
"headers": {
"Location": "https://www.notion.so/Prolink-Tools-User-Manual-1c0e5b28732b435a9804b992939ed791"
}
},
{"src": "/.*", "dest": "/index.html"}
]
}

1 comment on commit 35fcc3e

@vercel
Copy link

@vercel vercel bot commented on 35fcc3e Dec 21, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.