From 43d6fd1a145a3b22de8b224e0d1d0c6fbd0c7fe4 Mon Sep 17 00:00:00 2001 From: HyunSuk Nam Date: Sat, 3 Aug 2024 23:08:21 +0900 Subject: [PATCH] location from furry --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } };