Skip to content

Commit 7b15c96

Browse files
authored
Merge pull request #3493 from ClickHouse/fix_redirects
en redirect should be fallback
2 parents 87f2274 + 3ac4e48 commit 7b15c96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vercel.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"silent": true
1212
},
1313
"redirects": [
14-
{
15-
"source": "/docs/en/:path*",
16-
"destination": "/docs/:path*"
17-
},
1814
{
1915
"source": "/docs/en/docs/en/cloud/manage/service-types",
2016
"destination": "/docs/cloud/manage/cloud-tiers",
@@ -3224,6 +3220,10 @@
32243220
"source": "/docs/faq/general/why-clickhouse-is-so-fast",
32253221
"destination": "/docs/concepts/why-clickhouse-is-so-fast",
32263222
"permanent": true
3223+
},
3224+
{
3225+
"source": "/docs/en/:path*",
3226+
"destination": "/docs/:path*"
32273227
}
32283228
]
32293229
}

0 commit comments

Comments
 (0)