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;