You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a some png image files that i'm trying to deploy, but i ran into this error:
Image Optimization using Next.js' default loader is not compatible with `next export`.
Possible solutions:
- Use `next start` to run a server, which includes the Image Optimization API.
- Use any provider which supports Image Optimization (like Vercel).
- Configure a third-party loader in `next.config.js`.
- Use the `loader` prop for `next/image`.
Greetings,
I'm using the next.js github pages template.
I have a some png image files that i'm trying to deploy, but i ran into this error:
I came across your repo and I installed your package and this package https://www.npmjs.com/package/imagemin-optipng
What exactly am i supposed to put in my config. I followed the documentation but i wasn't able to make it work.
My next.config looks like this:
Please help
The text was updated successfully, but these errors were encountered: