From d05b20f961c50b9f9048b9b1aa1cb6704b20a1fe Mon Sep 17 00:00:00 2001 From: Lucas Hardt Date: Mon, 3 Feb 2025 23:10:08 +0100 Subject: [PATCH] remove next config overwrite --- .github/workflows/nextjs-deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nextjs-deploy.yml b/.github/workflows/nextjs-deploy.yml index ed74736..08f29b0 100644 --- a/.github/workflows/nextjs-deploy.yml +++ b/.github/workflows/nextjs-deploy.yml @@ -55,12 +55,6 @@ jobs: cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v5 - 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). - # - # You may remove this line if you want to manage the configuration yourself. - static_site_generator: next - name: Restore cache uses: actions/cache@v4 with: