From 4cecfc7ce78c2d9192e13e757db9a16fcb5241c3 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 13 Oct 2024 21:40:49 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=95=EA=B2=BD=EB=8C=80=EC=9D=91=20?= =?UTF-8?q?=ED=95=98=EC=98=80=EC=8A=B5=EB=8B=88=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 108c6af..00d3d7e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ function App() { if (random < 0.1) { document.location.href = `https://wh64.net?from=imnyang_root_${(Math.random() + 1).toString(36).substring(7)}page`; } else { - document.location.href = `https://ny64.kr?from=imnyang_root_${(Math.random() + 1).toString(36).substring(7)}page`; + document.location.href = `https://ny64.kr`; } } }; @@ -44,4 +44,4 @@ function App() { ); } -export default App; \ No newline at end of file +export default App;