viandwi24 / nuxt3-awesome-starter

a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer

Home Page:https://nuxt3-awesome-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What settings are you using to deploy to Vercel?

jetlej opened this issue · 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?

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

image

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.

Screenshot 2023-12-19 at 12 03 39 PM

Once that was updated, it worked like a charm.