From 8243f43cdd73d567ff05ad021dc8d02a6f5872cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20B=C3=A9langer?= Date: Mon, 25 Nov 2024 15:51:37 -0500 Subject: [PATCH] fix: nextjs GH page ci --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 79ef802..64f8caa 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -64,7 +64,7 @@ jobs: run: pnpm install - name: Setup Pages uses: actions/configure-pages@v5 - with: + # with: # Automatically inject basePath in your Next.js configuration file and disable # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized). #