From c2e2e924f67cb432d34442c0a4654e75f9ff206f Mon Sep 17 00:00:00 2001 From: zhukang <274546966@qq.com> Date: Sun, 15 Mar 2026 10:39:12 +0800 Subject: [PATCH] fix(landing): use instant meta refresh instead of Astro.redirect The Astro.redirect() generates a visible "Redirecting from / to /zh/" message before navigating. Replace with a meta http-equiv refresh for an instant, invisible redirect from root to the default locale. Co-Authored-By: Claude Opus 4.6 (1M context) --- Apps/LandingSite/src/pages/index.astro | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Apps/LandingSite/src/pages/index.astro b/Apps/LandingSite/src/pages/index.astro index 8d40d5d..b21cb86 100644 --- a/Apps/LandingSite/src/pages/index.astro +++ b/Apps/LandingSite/src/pages/index.astro @@ -1,4 +1,14 @@ --- -// Root redirects to default locale /zh/ -return Astro.redirect('/zh/', 302); +// Root redirects to default locale /zh/ instantly --- + + + + + + + + Atlas for Mac + + +