From b68d2fc7120fe791057f892740e304d0cbb883e7 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Sat, 25 Jan 2025 21:34:02 +0100 Subject: [PATCH] Register next config ts file --- .github/workflows/nextjs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 6abb878..236746e 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -61,6 +61,7 @@ jobs: # # You may remove this line if you want to manage the configuration yourself. static_site_generator: next + generator_config_file: next.config.ts - name: Restore cache uses: actions/cache@v4 with: