Skip to content

Commit 37f2fdf

Browse files
committed
.
1 parent 00d2a3d commit 37f2fdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/redirect.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,15 @@ export default function Redirect() {
112112
pathname.toLowerCase().startsWith('/wholebodyvLA')
113113
) {
114114
redirect('/WholeBodyVLA')
115-
if (
115+
}
116+
if (
116117
pathname.toLowerCase().startsWith('/omega')
117118
) {
118119
redirect('/OMEGA')
119120
}
120121

121122

122-
123+
123124

124125
// event 2025
125126
if (

0 commit comments

Comments
 (0)