Skip to content

Commit d41c062

Browse files
Redirect cmux-client (www.cmux.sh) to manaflow.com (#1780)
The cmux-client Vercel project serves www.cmux.sh. Replace the SPA rewrite with a 307 temporary redirect to manaflow.com. To restore: change redirects back to rewrites with destination /index.html. Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
1 parent d4ba62d commit d41c062

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/client/vercel.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"rewrites": [
2+
"redirects": [
33
{
44
"source": "/(.*)",
5-
"destination": "/index.html"
5+
"destination": "https://manaflow.com",
6+
"statusCode": 307
67
}
78
],
89
"relatedProjects": ["prj_2WNSLqIZWRGIIRMQLQrDom5DhivV"]

0 commit comments

Comments
 (0)