This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
Append slashes on frontend #82
Closed
Description
We need to update the AuthRoute
component so that it automatically appends a slash to the url: (/dashboard
=> /dashboard/
).
Example: remix-run/react-router#820 (comment)