We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03da129 commit 83d1895Copy full SHA for 83d1895
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')
+ ) {
+ redirect('/FreeTacMan')
+ }
104
if (
105
pathname.toLowerCase().startsWith('/elm')
106
0 commit comments