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
I noticed that all the routes perform normally when you remove the .html extension, but all the links include the extension. Is there a reason for it? It would for sure be a lot cleaner without them in the url
edit: nevermind, it looked like they were working at first because the docs page was loading, but it was just the index route. Do you have plans to have it work without extensions? This is probably the first react project I've seen that doesn't handle routing that way
I noticed that all the routes perform normally when you remove the
.htmlextension, but all the links include the extension. Is there a reason for it? It would for sure be a lot cleaner without them in the urledit: nevermind, it looked like they were working at first because the docs page was loading, but it was just the index route. Do you have plans to have it work without extensions? This is probably the first react project I've seen that doesn't handle routing that way