Skip to content

Commit 5bf6951

Browse files
committed
.
1 parent fafa763 commit 5bf6951

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/redirect.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,11 @@ export default function Redirect() {
144144
) {
145145
redirect('/OpenGO1/')
146146
}
147-
147+
if (
148+
pathname.toLowerCase().startsWith('/plannerrft')
149+
) {
150+
redirect('/PlannerRFT/')
151+
}
148152

149153

150154

0 commit comments

Comments
 (0)