From 263358abae55d5a2b477c5b7957bb5ca1b040728 Mon Sep 17 00:00:00 2001 From: suwonthugger <127329855+suwonthugger@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:47:09 +0900 Subject: [PATCH] =?UTF-8?q?[Web]=20[Chore]=20=EB=A6=AC=EB=8B=A4=EC=9D=B4?= =?UTF-8?q?=EB=A0=89=EC=85=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/shared/components/layout/header/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/shared/components/layout/header/header.tsx b/apps/web/src/shared/components/layout/header/header.tsx index 7b956bd..a03f232 100644 --- a/apps/web/src/shared/components/layout/header/header.tsx +++ b/apps/web/src/shared/components/layout/header/header.tsx @@ -40,7 +40,7 @@ const Header = () => { }; console.log(navigator.userAgent, isMobile(), window.location.hostname); - if (isMobile() && window.location.hostname === 'rankit.run') { + if (isMobile() && window.location.hostname === 'www.rankit.run') { const newUrl = `https://m.rankit.run${window.location.pathname}`; window.location.replace(newUrl); }