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 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() and output: server in astro.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/image doesnt support for vercel adapter, anyone can give me insight about this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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: server
inastro.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/image
doesnt support for vercel adapter, anyone can give me insight about this problem?Beta Was this translation helpful? Give feedback.
All reactions