Skip to content

Commit

Permalink
[Web] [Chore] 리다이렉션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Nov 10, 2024
1 parent 1d4114f commit 263358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/shared/components/layout/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 263358a

Please sign in to comment.