Skip to content

Commit 856f720

Browse files
committed
.
1 parent 3606da7 commit 856f720

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

components/ui/404.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ export default function NotFound404() {
9696
) {
9797
redirect('/legacy/RoboDual/index.html')
9898
}
99-
if (
100-
pathname.toLowerCase().startsWith('/freetacman') && pathname != '/FreeTacMan'
101-
) {
102-
redirect('/FreeTacMan')
103-
}
99+
// if (
100+
// pathname.toLowerCase().startsWith('/freetacman') && pathname != '/FreeTacMan'
101+
// ) {
102+
// redirect('/FreeTacMan')
103+
// }
104104
if (
105105
pathname.toLowerCase().startsWith('/elm')
106106
) {

0 commit comments

Comments
 (0)