durbanitas

Results 3 comments of durbanitas

I got the same error with Nuxt `3.0.0-rc.4`

for vercel deployment it's in your `nuxt.config`: ```js export default defineNuxtConfig({ nitro: { preset: 'vercel', }, }) ```

Hello there - seeing the same problem. Any solutions?