We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc1956 commit 9bcee0dCopy full SHA for 9bcee0d
1 file changed
components/redirect.tsx
@@ -129,7 +129,7 @@ export default function Redirect() {
129
redirect('/OMEGA/')
130
}
131
if (
132
- pathname.toLowerCase().startsWith('/kai0') ||
+ pathname.toLowerCase() == '/kai0' ||
133
pathname.toLowerCase().startsWith('/foldanything')
134
) {
135
redirect('/kai0/')
@@ -149,7 +149,11 @@ export default function Redirect() {
149
150
redirect('/PlannerRFT/')
151
152
-
+ if (
153
+ pathname.toLowerCase().startsWith('/kai0rl')
154
+ ) {
155
+ redirect('/kai0RL/')
156
+ }
157
158
159
// event 2025
0 commit comments