Closed dldereklee closed 6 years ago
Looks like the render-problem can be solved with setting baseurl
in config.yml
Also, if you are developing a project site, you must set the baseurl in _config.yml to the name of your repository.
check _config.yml
, and set baseurl: /your-repository-name
, then try deploy again
Hi there,
I just configured my site and tested it locally using the npm run local command. Everything is working fine until I tried to deploy to GitHub pages using the npm run publish
Here is the output in the Terminal
But when I go to the deployed page it does not render like it is suppose to.
When I run npm run local it looks like this:
Not sure what I am doing wrong since there doesn't seem to be any errors. If it helps, here are the files that were generated for the gh-pages branch using npm run publish