diff --git a/bun.lockb b/bun.lockb index d65219a..356c4b7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/App.tsx b/src/App.tsx index 27bd5b9..24a340b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,12 @@ function App() { } if (keySequence.join('') === targetSequence) { console.log('Furry sequence detected!'); - document.location.href = 'https://ny64.kr?from=imnyang_root_page'; + const random = Math.random(); + if (random < 0.1) { + document.location.href = 'https://wh64.net?from=imnyang_root_page'; + } else { + document.location.href = 'https://ny64.kr?from=imnyang_root_page'; + } } }; @@ -29,7 +34,7 @@ function App() { document.removeEventListener('keydown', handleKeyDown); }; }, []); - + return ( <> diff --git a/src/assets/._react.svg b/src/assets/._react.svg deleted file mode 100644 index d89c576..0000000 Binary files a/src/assets/._react.svg and /dev/null differ diff --git a/src/pages/Root.tsx b/src/pages/Root.tsx index 8bcc6b4..9974aca 100644 --- a/src/pages/Root.tsx +++ b/src/pages/Root.tsx @@ -58,6 +58,7 @@ function Root() {
🥕 isangjeong.today + 💊 FakeAlyac