Skip to content

Commit ba71563

Browse files
committed
fix: redirect homepage to nox-protocol on docs.iex.ec
1 parent a2918cd commit ba71563

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vercel.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"cleanUrls": true,
33
"rewrites": [
4-
{
5-
"source": "/",
6-
"has": [{ "type": "host", "value": "docs.iex.ec" }],
7-
"destination": "https://documentation-yi1w.vercel.app/nox-protocol/"
8-
},
94
{
105
"source": "/nox-protocol/:path*",
116
"destination": "https://documentation-yi1w.vercel.app/nox-protocol/:path*"
127
}
138
],
149
"redirects": [
10+
{
11+
"source": "/",
12+
"has": [{ "type": "host", "value": "docs.iex.ec" }],
13+
"destination": "/nox-protocol/"
14+
},
1515
{
1616
"source": "/robots.txt",
1717
"destination": "/robots-prod.txt",

0 commit comments

Comments
 (0)