Merge branch 'main' into i18n/zh-TW

This commit is contained in:
NightFeather
2026-01-12 15:55:44 +08:00
committed by GitHub
14 changed files with 1723 additions and 212 deletions

View File

@@ -26,7 +26,7 @@ http {
root /usr/share/nginx/html;
index index.html;
rewrite ^/(en|de|zh|zh-TW|vi|it|tr|id)/(.*)$ /$2 last;
rewrite ^/(en|de|zh|zh-TW|vi|it|tr|id|fr)/(.*)$ /$2 last;
location ~* \.html$ {
expires 1h;