Vercel deployment link question
Answered
Large oak-apple gall posted this in #help-forum
Large oak-apple gallOP
I have a deployed React Next 13 app and every time I commit my changes, Vercel gives me a new deployment link. Is there anyway that it can just stick to one link?
Answered by DirtyCajunRice | AppDir
if its production you already have a single url. if its another persistent branch you need to use a custom domain. if its merge requests it cant be done
2 Replies
@Large oak-apple gall I have a deployed React Next 13 app and every time I commit my changes, Vercel gives me a new deployment link. Is there anyway that it can just stick to one link?
if its production you already have a single url. if its another persistent branch you need to use a custom domain. if its merge requests it cant be done
Answer
Large oak-apple gallOP
okay thanks