at my root is index.html with an app.js with embedded static yew wasm app (similar to React), which generates pages depending on the file path.
When I navigate to any url, it treats it like I'm trying to access a folder, rather than use the root directory's information. This worked in local development.
How do I just ignore trying file paths and just send it all to root?
When I navigate to any url, it treats it like I'm trying to access a folder, rather than use the root directory's information. This worked in local development.
How do I just ignore trying file paths and just send it all to root?