diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9251733..b993614 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,12 +51,6 @@ jobs: - uses: actions/configure-pages@v5 name: Configure GitHub Pages - with: - # Automatically inject basePath in your Next.js configuration file and disable - # 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 - name: Restore cache uses: actions/cache@v4