forked from sarahkfriday/risc-website-astrogon
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Note: there is an issue with the routing where the base path /RISCLab is not being appended correctly to certain things. For example, it is possible to search for a specific publication using the search bar, but clicking the result yields a 404 because it tries to route to https://rcweb.dartmouth.edu/publications/<papername> which is missing the base path. This routing problem also affects the carousel in the home page banner which is supposed to cycle through multiple images, and the favicon.
Relevant code:
- Search: line 92 in
src/components/search/Search.tsx - Carousel: line 41 in
src/components/base/BannerCarousel.astro
This is not urgent and does not seriously effect functionality of the website.
Metadata
Metadata
Assignees
Labels
No labels