InVisionAR / web-frontend

Main website for InVisionAR and web-based frontend for simulations
GNU General Public License v3.0
6 stars 7 forks source link

implement gh-pages router redirect fix #15

Closed heykc closed 4 years ago

heykc commented 4 years ago

Fixes

Fixes: #7

Description

I followed the rules set by @rafgraph in their spa-github-pages repo to fix the issue Github Pages has with single page applications.

Tests

I had to push a build up to a separate branch on my forked repo to test this functionality doing this added an additional segment to public url (i.e. heykc.github.io/additional-segment/home). In order to test this one-to-one, you will have to push a build up to your named github repo so as not to have an additional segment in the url.

arnavb commented 4 years ago

@heykc I've tested it out, and the redirects seem to be working. Good job!