Skip to content

Commit 9a66f04

Browse files
committed
.
2 parents d8430ee + bffb9a3 commit 9a66f04

22 files changed

Lines changed: 5818 additions & 2 deletions

components/redirect.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,18 @@ export default function Redirect() {
112112
pathname.toLowerCase().startsWith('/wholebodyvLA')
113113
) {
114114
redirect('/WholeBodyVLA')
115+
if (
116+
pathname.toLowerCase().startsWith('/omega')
117+
) {
118+
redirect('/OMEGA')
115119
}
116120

117121

118122

119123
// event 2025
120124
if (
121-
pathname.toLowerCase() =='/cvpr2025' ||
122-
pathname.toLowerCase() =='/cvpr2025/'
125+
pathname.toLowerCase() == '/cvpr2025' ||
126+
pathname.toLowerCase() == '/cvpr2025/'
123127
) {
124128
redirect('/cvpr2025/')
125129
}

public/OMEGA_unpublished/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# nexus.github.io

public/OMEGA_unpublished/index.html

Lines changed: 908 additions & 0 deletions
Large diffs are not rendered by default.

public/OMEGA_unpublished/static/css/academicons.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/OMEGA_unpublished/static/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/OMEGA_unpublished/static/css/bulma-carousel.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)