Open jetlej opened 1 year ago
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.
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?