diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index 9010c23..765c42c 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -61,6 +61,7 @@ jobs: run: vercel build --token=${{ secrets.VERCEL_TOKEN }} env: NITRO_PRESET: vercel + NUXT_IMAGE_PROVIDER: vercel - name: Deploy Project Artifacts to Vercel (Preview) if: github.ref != 'refs/heads/main' run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}