Home

Issue: 1751

Nuxt generate and gh-pages issue

[issue link]

I created a vue plugin and wanted to use Nuxt to generate the demo site, then host it on github project pages.
Once generated,after testing it successfully in a local http-server, I pushed /dist content to gh-pages branch.
The problem is that all assets under /_nuxt folder return 404 despite the .nojekyll file in repo.
It seems that the browser tries to load _nuxt assets from user.github.io instead of user.github.io/project-name.
Any idea on what cause that issue?

Thanks

This question is available on Nuxt.js community (#c1576)