Skip to content

Commit e234591

Browse files
committed
.
1 parent 00e8fb9 commit e234591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/redirect.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ export default function Redirect() {
8989
redirect('/RoboDual/')
9090
}
9191
if (
92-
pathname.toLowerCase().startsWith('/freetacman')
92+
pathname.toLowerCase().startsWith('/freetacman') ||
93+
pathname.toLowerCase().startsWith('/blog/freetacman')
9394
) {
94-
// redirect('https://freetacmanblog.github.io/')
95-
redirect('/freetacman')
95+
redirect('/FreeTacMan')
9696
}
9797
if (
9898
pathname.toLowerCase().startsWith('/resim')

0 commit comments

Comments
 (0)