-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi Page SPA Support #3
Comments
I cant find anything how to do this with Github Pages. Isn't it easier to host this on Netlify? Then you can add a
Then the Vue router will handle the response. |
This seems like an option for catching the 404. |
^ In that case, wouldn't be easier to just create a random room ID and use it as a query parameter? I mean.. that's what the custom 404.html will do anyways. |
It's not just about room names for WebRTC, the site should be able to handle any route, for example if we wanted to add a settings page it should be able to handle |
You're right! Will work on a POC too. 👍🏼 |
why not just use the vue hash router. https://live.fpvout.com/#/settings ( the hash router also works best for PWA ) |
What:
live.fpvout.com should be able to handle multiple pages within the Single Page App
Why:
Currently if you try to navigate to https://live.fpvout.com/hello you'll receive a 404 page from GitHub. This should really be routed through the SPA instead, so we choose what to display
Requirements:
The text was updated successfully, but these errors were encountered: