We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3606da7 commit 856f720Copy full SHA for 856f720
1 file changed
components/ui/404.tsx
@@ -96,11 +96,11 @@ export default function NotFound404() {
96
) {
97
redirect('/legacy/RoboDual/index.html')
98
}
99
- if (
100
- pathname.toLowerCase().startsWith('/freetacman') && pathname != '/FreeTacMan'
101
- ) {
102
- redirect('/FreeTacMan')
103
- }
+ // if (
+ // pathname.toLowerCase().startsWith('/freetacman') && pathname != '/FreeTacMan'
+ // ) {
+ // redirect('/FreeTacMan')
+ // }
104
if (
105
pathname.toLowerCase().startsWith('/elm')
106
0 commit comments