From c0a7a46474649d9467dbdd376841ce126701d0fa Mon Sep 17 00:00:00 2001 From: moecinnamo Date: Sun, 30 Nov 2025 22:34:08 +0800 Subject: [PATCH] oh no! I'm reload --- docs/js/route.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/js/route.js b/docs/js/route.js index 51b24bc..bbeff84 100644 --- a/docs/js/route.js +++ b/docs/js/route.js @@ -13,6 +13,7 @@ function route() { if (!currentHash || currentHash === "/") { const browserLang = getBrowserLanguage(); window.location.href = `#/${browserLang}/index.html`; + window.location.reload(); setTimeout(() => { isRouting = false; }, 50);