We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daa88a commit 8949d56Copy full SHA for 8949d56
website/static/_redirects
@@ -1,5 +1,7 @@
1
-# https://docs.netlify.com/routing/redirects/redirect-options/#custom-404-page-handling
2
-# redirect all zh browser language request to homepage to /zh/
3
-/* /zh/:splat 302 Language=zh
+# https://docs.netlify.com/routing/redirects/redirect-options
+
4
# symlink logo
5
/logo.png /img/logo.png 200
6
+# redirect all zh browser language request to homepage to /zh/
7
+/* /zh/:splat 302 Language=zh
0 commit comments