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);