Replies: 1 comment
-
|
We're closing stale and outdated discussion to keep only the discussions still relevant to the current project version and/or the current docs state. I guess you fixed your issue by now. Not sure what was the solution in 2023 but it seems related to the default image service. Anyway, the discussions are intended to discuss improvements to the documentation; for any support questions, feel free to join our Discord server! If you think this is a mistake and that this discussion should remain open, please feel free to ping me, I'll take a second look at it. Thank your for your contribution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i saw an example implementation which using Astro and vercel edge fucntion, when im looking to the source, the code is pretty simple: just use
adapter: vercel()andoutput: serverinastro.config.mjs.But, when i want to implementating to my site (which is using astro too), i face the error like this

It seems, like
@astrojs/imagedoesnt support for vercel adapter, anyone can give me insight about this problem?Beta Was this translation helpful? Give feedback.
All reactions