Skip to content

Commit 727d2ee

Browse files
committed
manage the configuration myself
1 parent 0d8f029 commit 727d2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
5656
- name: Setup Pages
5757
uses: actions/configure-pages@v5
58-
with:
58+
# with:
5959
# Automatically inject basePath in your Next.js configuration file and disable
6060
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
6161
#
6262
# You may remove this line if you want to manage the configuration yourself.
63-
static_site_generator: next
63+
# static_site_generator: next
6464
- name: Restore cache
6565
uses: actions/cache@v4
6666
with:

0 commit comments

Comments
 (0)