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
Sorry for the late investigation, you have the wrong property name. It's imagesConfig, not imageConfig (notice the plural). It was working, but it was using the default settings, which don't allow 150 as a valid width, so it fell back to 600
What version of
astro
are you using?2.5.1
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
pnpm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
I am using the new experimental optimized asset support and the Vercel adapter and the image size is
2400
.If I import an image from
./src/assets
and I add it to the pagethe image optimization doesn't seem to take place.
On
localhost
it converts it down to640
at best, on Vercel it doesn't seem to optimize anything.This is my Vercel adapter settings:
Link to Minimal Reproducible Example
https://astro-starter-kit-git-test-vercel-image-optimization-monogram1.vercel.app
Participation
The text was updated successfully, but these errors were encountered: