You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Special characters in filenames result in unreachable routes, since browsers will encode them before fetching.
Manually encoding the route names works: while
/bézier-curves.html
fails,/b%C3%A9zier-curves.html
works fine for the/bézier-curves
URL.I think every browser correctly handles this type of conversion nowadays. Does anyone see an issue with Sapper automatically encoding routes?
The text was updated successfully, but these errors were encountered: