From 70ce5aa308ebea3d24ae6b3898cc68b247833f34 Mon Sep 17 00:00:00 2001 From: NoNICK <87268971+nonick-mc@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:28:19 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20`static=5Fsite=5Fgenerator:=20next`?= =?UTF-8?q?=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a62028d..1d8ae6d 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -67,7 +67,7 @@ jobs: # 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 + # static_site_generator: next generator_config_file: next.config.mjs - name: Restore cache uses: actions/cache@v4