From 10fce402e86437de65b278cc23ee43f16409d598 Mon Sep 17 00:00:00 2001 From: Nashan <34827878+zhuang1234@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:48:02 +0800 Subject: [PATCH] Update index.html fix other language index fail --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 73f3b08b..b83a003f 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ alias: { '/(README.(.*))': '/translations/$1', '#/((?!README).*)/README.(.*)': '$1/translations/README.$2', - '/((?!README).*)/((?!README).*)/README.(.*)': '$1/$2/translations/README.$3', + '/((?!README).*)/((?!README).*)/README.(.*)': '$1/$2/README.$3', // handle English, since English files isn't in translation folders '/(README$)': '/$1',