Skip to content

Commit 92e26d9

Browse files
committed
.
1 parent 37f2fdf commit 92e26d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/redirect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default function Redirect() {
109109
redirect('/AMS')
110110
}
111111
if (
112-
pathname.toLowerCase().startsWith('/wholebodyvLA')
112+
pathname.toLowerCase().startsWith('/wholebodyvla')
113113
) {
114114
redirect('/WholeBodyVLA')
115115
}

0 commit comments

Comments
 (0)