fix: redirect root to /en/ instead of /zh/
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
return Astro.redirect('/zh/');
|
||||
return Astro.redirect('/en/');
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user