From f8aee417d4b1bf1171235d9eb33b8f945548c4b5 Mon Sep 17 00:00:00 2001 From: jojomatik Date: Sun, 7 Jan 2024 20:19:31 +0100 Subject: [PATCH] ci: set image provider manually --- .github/workflows/template.yml | 1 + 1 file changed, 1 insertion(+) 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 }}