viandwi24 / nuxt3-awesome-starter

a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer
https://nuxt3-awesome-starter.vercel.app
1.69k stars 361 forks source link

What settings are you using to deploy to Vercel? #41

Open jetlej opened 1 year ago

jetlej commented 1 year ago

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?

WailanTirajoh commented 1 year ago

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

viandwi24 commented 1 year ago

image

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

meshachjackson commented 10 months ago

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.