Closed Brilator closed 1 month ago
In production the Navbar item Partners links to https://arc-rdm.org/details/partners (without the final slash https://arc-rdm.org/details/partners/). In dev mode, the link works.
Partners
INTERNAL_PARTNERS = BASE_PATH + "details/partners",
{href: URLS.INTERNAL_PARTNERS, text: "Partners"},
both look fine.
So the partners link does not work for you? For me it does work in production
Huh, never mind. Apparently some cache issue. Works fine in Firefox and Safari in private mode.
In production the Navbar item
Partners
links to https://arc-rdm.org/details/partners (without the final slash https://arc-rdm.org/details/partners/). In dev mode, the link works.INTERNAL_PARTNERS = BASE_PATH + "details/partners",
{href: URLS.INTERNAL_PARTNERS, text: "Partners"},
both look fine.