Skip to content

Commit 65b76d9

Browse files
Manifesto link fix with full path url rewrite (#1567)
1 parent d08787d commit 65b76d9

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

website/vercel.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
"cleanUrls": true,
44
"trailingSlash": false,
55
"rewrites": [
6-
{ "source": "/manifesto", "destination": "/manifesto.html" },
7-
{ "source": "/api/search", "destination": "https://iii-docs.vercel.app/api/search" },
6+
{
7+
"source": "/manifesto",
8+
"destination": "https://iii-web.vercel.app/manifesto.html"
9+
},
10+
{
11+
"source": "/api/search",
12+
"destination": "https://iii-docs.vercel.app/api/search"
13+
},
814
{ "source": "/docs", "destination": "https://iii-docs.vercel.app/docs" },
9-
{ "source": "/docs/:path*", "destination": "https://iii-docs.vercel.app/docs/:path*" }
15+
{
16+
"source": "/docs/:path*",
17+
"destination": "https://iii-docs.vercel.app/docs/:path*"
18+
}
1019
]
1120
}

0 commit comments

Comments
 (0)