mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Sidebar links were adding a trailing slash to each of the pages. Our canonical URLs don't have a trailing slash. This will probably also stop starlight from adding trailing slash at other unexpected places. When running the astro dev server, if a page has a trailing slash, we will get a page from astro asking to remove that slash. That will not happen in static build mode or production since we don't use astro's serving mechanisms there.