fix: fix language routing for non-Chinese homepages, /zh-cn/ -> own locale

This commit is contained in:
sanbuphy
2026-05-20 23:20:16 +08:00
parent 5ac27e907e
commit 9cbc549cae
8 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ hero:
actions:
- theme: brand
text: 開始一起 vibe
link: /zh-cn/stage-1/learning-map/
link: /zh-tw/stage-1/learning-map/
- theme: alt
text: 課程大綱
link: /zh-cn/stage-1/learning-map/
link: /zh-tw/stage-1/learning-map/
---
<HomeFeatures />