nuxt3-awesome-starter icon indicating copy to clipboard operation
nuxt3-awesome-starter copied to clipboard

What settings are you using to deploy to Vercel?

Open jetlej opened this issue 2 years ago • 3 comments

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?

jetlej avatar Nov 22 '22 21:11 jetlej

vercel can also work with nuxt 3 out of the box @jetlej

WailanTirajoh avatar Nov 23 '22 11:11 WailanTirajoh

image

like what was said above, vercel already supports nuxt directly. but I made it force static like the settings above.

viandwi24 avatar Dec 11 '22 04:12 viandwi24

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.

Screenshot 2023-12-19 at 12 03 39 PM

Once that was updated, it worked like a charm.

meshachjackson avatar Dec 19 '23 18:12 meshachjackson