Redirect trailing slash on project URLs #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-trailing-slash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The back-link from design system preview pages points to /projects/{slug}/
with a trailing slash. The project route only matches without one, so the
link 404s. This adds a redirect from the trailing-slash variant to the
canonical URL.
Closes #27