We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d2a3d commit 37f2fdfCopy full SHA for 37f2fdf
1 file changed
components/redirect.tsx
@@ -112,14 +112,15 @@ export default function Redirect() {
112
pathname.toLowerCase().startsWith('/wholebodyvLA')
113
) {
114
redirect('/WholeBodyVLA')
115
- if (
+ }
116
+ if (
117
pathname.toLowerCase().startsWith('/omega')
118
119
redirect('/OMEGA')
120
}
121
122
-
123
+
124
125
// event 2025
126
if (
0 commit comments