maxktz
(maxktz)
January 10, 2025, 1:25am
1
Please add feature to set build settings independently of the project, for each branch.
I have a branch v2, where there is a breaking change, from Astro framework to Next.js.
Vercel can’t host me the v2 branch, because it is not possible to set different build settings for different branches.
swarnava
(Swarnava Sengupta)
January 10, 2025, 8:18am
2
2 Likes
amyegan
(Amy Egan)
January 10, 2025, 2:46pm
3
You can also override buildCommand with a vercel.json
file on that branch. I do this sometimes with my example projects when I need to quickly change the config just to test an idea
2 Likes
system
(system)
Closed
February 6, 2025, 1:20pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.