A bit of a weird question, but has anyone here ever deployed a Nuxt app to GitHub pages? If so, how did you do that? I cannot figure out how that is supposed to work, the action doesn’t work even with base etc, just putting the dist folder in the repository is suboptimal… I can’t figure it out.

comments

i think you need to set up an action to compile the site to a static branch, and then set up github to use that branch for pages.

the stuff about actions here should still apply https://v2.nuxt.com/deployments/github-pages/