Skip to content

Commit 159a60f

Browse files
authored
Merge pull request #4610 from ClickHouse/Blargian-patch-379243
Redirect: add redirect for BYOC page
2 parents 71da8e9 + 121bd91 commit 159a60f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,6 +3582,16 @@
35823582
"source": "/docs/operations/system-tables/role-grants",
35833583
"destination": "/docs/operations/system-tables/role_grants",
35843584
"permanent": true
3585+
},
3586+
{
3587+
"source": "/docs/cloud/reference/byoc",
3588+
"destination": "/docs/cloud/reference/byoc/overview",
3589+
"permanent": true
3590+
},
3591+
{
3592+
"source": "/docs/about-clickhouse",
3593+
"destination": "/docs/intro",
3594+
"permanent": true
35853595
}
35863596
]
35873597
}

0 commit comments

Comments
 (0)