nuxt / vercel-builder

Vercel Builder for Nuxt

Repository from Github https://github.comnuxt/vercel-builderRepository from Github https://github.comnuxt/vercel-builder

Builds in vercel.json is not recommended

silverbackdan opened this issue · comments

I think the docs need updating as the builds property is deprecated. I just saw this and haven't looked at the functions property which seems to be suggest. I'm not sure how I'd configure this to use this builder though.

Reference: https://vercel.com/docs/project-configuration#legacy/builds

Cheers.

This is a legacy builder and needs the builds property. We'd strongly recommend using Nuxt Bridge or Nuxt 3 which use the latest Vercel features instead.

Amazing, thanks.

@danielroe Can you update the readme here with links to the new solutions so its clear to new users?