Skip to content

Commit 9bcee0d

Browse files
committed
.
1 parent 1fc1956 commit 9bcee0d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

components/redirect.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function Redirect() {
129129
redirect('/OMEGA/')
130130
}
131131
if (
132-
pathname.toLowerCase().startsWith('/kai0') ||
132+
pathname.toLowerCase() == '/kai0' ||
133133
pathname.toLowerCase().startsWith('/foldanything')
134134
) {
135135
redirect('/kai0/')
@@ -149,7 +149,11 @@ export default function Redirect() {
149149
) {
150150
redirect('/PlannerRFT/')
151151
}
152-
152+
if (
153+
pathname.toLowerCase().startsWith('/kai0rl')
154+
) {
155+
redirect('/kai0RL/')
156+
}
153157

154158

155159
// event 2025

0 commit comments

Comments
 (0)