We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6c602 commit 60559caCopy full SHA for 60559ca
.github/workflows/deploy.yml
@@ -64,12 +64,12 @@ jobs:
64
cache: ${{ steps.detect-package-manager.outputs.manager }}
65
- name: Setup Pages
66
uses: actions/configure-pages@v5
67
- with:
+ # with:
68
# Automatically inject basePath in your Next.js configuration file and disable
69
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
70
#
71
# You may remove this line if you want to manage the configuration yourself.
72
- static_site_generator: next
+ # static_site_generator: next
73
- name: Restore cache
74
uses: actions/cache@v4
75
with:
0 commit comments