We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8982077 commit a2918cdCopy full SHA for a2918cd
vercel.json
@@ -1,5 +1,16 @@
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": [
15
16
"source": "/robots.txt",
0 commit comments