kitura.dev icon indicating copy to clipboard operation
kitura.dev copied to clipboard

Paths in Gatsby site assume root of domain

Open djones6 opened this issue 6 years ago • 0 comments

If you fork Kitura.io and build the Gatsby site into your gh_pages branch, then try to use Github Pages to serve it on the default domain (yourname.github.io/kitura.io/), the links are broken.

They assume everything is being served from the root of the domain - for example, /learn instead of /kitura.io/learn.

This will work while a dedicated domain is associated to the site, but makes testing difficult.

djones6 avatar Oct 07 '19 09:10 djones6