Skip to content

Commit 60559ca

Browse files
committed
fix: we manage pages config ourself
1 parent cc6c602 commit 60559ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)