강경대응 하였습니다

This commit is contained in:
imnyang 2024-10-13 21:40:49 +09:00 committed by GitHub
commit 4cecfc7ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
export default App;