Replies: 1 comment
-
Also posted here, probably a better place, sorry, I'm unable to delete the discussion here. |
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
-
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?
Beta Was this translation helpful? Give feedback.
All reactions