Hi all,
I’ve tried following the guide on deploying on GitHub Pages. However, we are trying to use this on a repository level for our Viewscript repo and it doesn’t seem to work in the same way. The guide appears to assume that Github pages is working at the organization level, and not the repo level?
I ran quasar build
in our viewscript-to-playpen package and copied the contents of the dist/spa-mat directory into the docs directory on the root of the repo. (See image below to explain)
But as you can see here when visiting the page, there’s lots of 404 errors on the console and nothing appears on the page.
Clicking on one of those errors, for example /css/2.c843d111.css:1
, takes us to:
https://wmfs.github.io/css/2.c843d111.css
when it should be (as the following link works):
https://wmfs.github.io/viewscript/css/2.c843d111.css
I’m guessing we have to assign the path in some config somewhere?
Any help would be appreciated, thank you!