Support trailing slash on project URLs #27

Closed
opened 2026-04-06 19:35:55 +02:00 by arne · 0 comments
Owner

The back-link from the design system preview points to /projects/{slug}/ with
a trailing slash. The project route only matches /projects/{slug} without one,
so the link 404s.

The fix is to redirect /projects/{slug}/ to /projects/{slug}, or register
both patterns. This is the same class of issue as the design-preview trailing
slash fix from PR #25.

The back-link from the design system preview points to /projects/{slug}/ with a trailing slash. The project route only matches /projects/{slug} without one, so the link 404s. The fix is to redirect /projects/{slug}/ to /projects/{slug}, or register both patterns. This is the same class of issue as the design-preview trailing slash fix from PR #25.
arne closed this issue 2026-04-06 19:37:27 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
arne/orbit#27
No description provided.