We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87f2274 + 3ac4e48 commit 7b15c96Copy full SHA for 7b15c96
vercel.json
@@ -11,10 +11,6 @@
11
"silent": true
12
},
13
"redirects": [
14
- {
15
- "source": "/docs/en/:path*",
16
- "destination": "/docs/:path*"
17
- },
18
{
19
"source": "/docs/en/docs/en/cloud/manage/service-types",
20
"destination": "/docs/cloud/manage/cloud-tiers",
@@ -3224,6 +3220,10 @@
3224
3220
"source": "/docs/faq/general/why-clickhouse-is-so-fast",
3225
3221
"destination": "/docs/concepts/why-clickhouse-is-so-fast",
3226
3222
"permanent": true
3223
+ },
+ {
+ "source": "/docs/en/:path*",
+ "destination": "/docs/:path*"
3227
}
3228
]
3229
0 commit comments