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
Interestingly, when I change Removing the %2F and setting w=640 shows the image just fine.
Question
Am I doing something wrong? If I want just static website with Vercel's CDN, what do I have to do? With Netlify, I can just add the adapter and everything works. Link to that
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Vercel adapter (to supposedly use Vercel's image service), there's a problem loading the image.
First version
Link to repo | Link to site
In this version, the image shows up correctly. The
img
element shows up asThere's no
srcset
. Interestingly, when I changew=XXX
to values other than 640, Vercel shows 404.Second version
Link to repo | Link to site
In this version, the image doesn't show up. The
img
element shows up with various source set. Theurl
parameter is prepended with%2F
.Interestingly, when I change Removing the
%2F
and settingw=640
shows the image just fine.Question
Am I doing something wrong? If I want just static website with Vercel's CDN, what do I have to do? With Netlify, I can just add the adapter and everything works. Link to that
The text was updated successfully, but these errors were encountered: