nuxt3-awesome-starter
nuxt3-awesome-starter copied to clipboard
What settings are you using to deploy to Vercel?
It seems the default Nuxt settings from Vercel are for Nuxt2, so I'm curious what build settings you used to get it to work?
vercel can also work with nuxt 3 out of the box @jetlej
like what was said above, vercel already supports nuxt directly. but I made it force static like the settings above.
The issue I had was that Vercel auto-detects the .demo project, and treats it as root. Instead, that needs to point to the app folder.
Once that was updated, it worked like a charm.