forked from niki-timofe/verdaccio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: more missings redirect for languages and enable zh-cn was missing
- Loading branch information
1 parent
668bbd0
commit 42d08eb
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
/docs/en/docker.html /docs/docker 301 | ||
/docs/en/* /docs/:splat | ||
/docs/cs-CZ/* /cs-cz/docs/:splat | ||
/docs/de-DE/* /de-de/docs/:splat | ||
/docs/es-ES/* /es-es/docs/:splat | ||
/docs/fr-FR/* /fr-fr/docs/:splat | ||
/docs/it-IT/* /it-it/docs/:splat | ||
/docs/pl-PL/* /pl-pl/docs/:splat | ||
/docs/pt-BR/* /pt-br/docs/:splat | ||
/docs/ru-RU/* /ru-ru/docs/:splat | ||
/docs/sr-CS/* /sr-cs/docs/:splat | ||
/docs/yo-NG/* /yo-NG/docs/:splat | ||
/docs/vi-VN/* /vi-vn/docs/:splat | ||
/docs/zh-TW/* /zh-tw/docs/:splat | ||
/docs/zh-CN/* /zh-cn/docs/:splat |