Static GitHub Issues

[1751] Nuxt generate and gh-pages issue

prev: Transition single element
next: Huge memory usage of nuxt-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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1576">#c1576</a>)</em></sub></div>