Skip to content

Commit 7bf58c9

Browse files
authored
Update redir.html
1 parent ab18f87 commit 7bf58c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/redir.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
if (key && redirects[key]) {
2020
window.location.replace(redirects[key]);
2121
} else {
22-
window.location.replace("https://itzjpn.github.io");
22+
window.location.replace("https://itzjpn.github.io/?rf=redirNotFound");
2323
}
2424
</script>
2525
</head>
2626
<body>
2727
</body>
28-
</html>
28+
</html>

0 commit comments

Comments
 (0)