diff --git a/src/App.tsx b/src/App.tsx index 6845de1..7850cde 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -42,7 +42,7 @@ function App() { if (keySequence.join('') === targetSequence) { console.log('Furry sequence detected!'); - document.location.href = 'https://ny64.kr'; + document.location.href = 'https://ny64.kr?from=imnyang_root_page'; } };