Skip to content

Commit a2918cd

Browse files
authored
feat: add rewrite (#104)
1 parent 8982077 commit a2918cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vercel.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cleanUrls": true,
3+
"rewrites": [
4+
{
5+
"source": "/",
6+
"has": [{ "type": "host", "value": "docs.iex.ec" }],
7+
"destination": "https://documentation-yi1w.vercel.app/nox-protocol/"
8+
},
9+
{
10+
"source": "/nox-protocol/:path*",
11+
"destination": "https://documentation-yi1w.vercel.app/nox-protocol/:path*"
12+
}
13+
],
314
"redirects": [
415
{
516
"source": "/robots.txt",

0 commit comments

Comments
 (0)