Nuxt 3 static project on GitHub Pages
- Node.js 19.0.0
- Install dependencies
yarn
- Generate with
yarn generate
- Deploy with
yarn deploy
The dependency will copy your dist content to a specific gh-pages
branch that will be served by GitHub Pages. If you go to your Settings/Pages, you’ll see the active branch for your site.