Skip to content

Routing #1

@sarahkfriday

Description

@sarahkfriday

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions