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'm developing a single page application with yew and yew-rourter. The app is loaded in at / but then manages the URL e.g. /login to hop around the spa. If cargo-web rebuilds and reloads the app, it then gets a 404 on these managed URLs. Is it possible to put cargo-web into single page mode, so that if on restart it fetches the url /login it serves up the content at /?
The text was updated successfully, but these errors were encountered:
I'm developing a single page application with yew and yew-rourter. The app is loaded in at
/
but then manages the URL e.g./login
to hop around the spa. If cargo-web rebuilds and reloads the app, it then gets a 404 on these managed URLs. Is it possible to put cargo-web into single page mode, so that if on restart it fetches the url/login
it serves up the content at/
?The text was updated successfully, but these errors were encountered: