-
I'm having a problem while deploying a nextjs website on the export stage. with the following error:
my workflow file: https://github.com/nasalone/personal-website/blob/main/.github/workflows/deploy.yml |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems you are using also you're using an old version of the action, update it with replacing |
Beta Was this translation helpful? Give feedback.
Seems you are using
next/images
. But next/images don't work with export static pages. For static pages you can use this image-optimizer: https://github.com/cyrilwanner/next-optimized-imagesalso you're using an old version of the action, update it with replacing
uses: JamesIves/github-pages-deploy-action@3.5.9
withJamesIves/github-pages-deploy-action@v4