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
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
-
Summary
I'm really confused about how Build Output API plugs in to the existing magic build setup (for various frameworks).
For example, I'd like to use the image optimization feature. In my case, the project is Vite + a few edge functions + config in
vercel.json
.I managed to kind of make it work using the following procedure, but that is definitely not the way to go.
vercel build
.vercel/output/config.json
:vercel deploy --prebuilt
Am I missing something? Is there a way to combine the classic build approach and Build Output API?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions