Skip to content

Commit 68c30f0

Browse files
committed
.
1 parent c036f4e commit 68c30f0

19 files changed

+3655
-0
lines changed

components/redirect.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ export default function Redirect() {
103103
) {
104104
redirect('https://opendrivelab.github.io/elm.github.io/')
105105
}
106+
if (
107+
pathname.toLowerCase().startsWith('/ams')
108+
) {
109+
redirect('/AMS')
110+
}
106111

107112

108113

public/AMS/index.html

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

public/AMS/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.

public/AMS/static/css/bulma-slider.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/AMS/static/css/bulma.css.map.txt

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

public/AMS/static/css/bulma.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/AMS/static/css/fontawesome.all.min.css

Lines changed: 5 additions & 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)