We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2918cd commit ba71563Copy full SHA for ba71563
vercel.json
@@ -1,17 +1,17 @@
1
{
2
"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
],
14
"redirects": [
+ {
+ "source": "/",
+ "has": [{ "type": "host", "value": "docs.iex.ec" }],
+ "destination": "/nox-protocol/"
+ },
15
16
"source": "/robots.txt",
17
"destination": "/robots-prod.txt",
0 commit comments