Github pages doesn't do SPAs well b/c it doesn't handle the routing. I was able to get the demo going using https://dev.to/_evansalter/github-pages-and-single-page-apps
We should add a flag in config.yml for sites that adds the snippet in the index.html file and generates the 404 page.
Ultimately would like to statically generate all of the routes but this is an easier step.
Github pages doesn't do SPAs well b/c it doesn't handle the routing. I was able to get the demo going using https://dev.to/_evansalter/github-pages-and-single-page-apps
We should add a flag in
config.ymlfor sites that adds the snippet in the index.html file and generates the 404 page.Ultimately would like to statically generate all of the routes but this is an easier step.