Custom "Deployment is building" page

As the title says, I am wondering if there is such a thing as customizing the layout of that page that is shown while the deployment is building, Ideally I’d just like to change the wording and the colors a bit. Goal is to make the page look less technical so that non-technical users just see a plain ol’ “Loading…” screen.

If not possible, I guess the alternative is to just wait for the deploy to succeed and only then redirect/allow customers to visit that page?

Hey, @codegefluester! Welcome to the Vercel Community.

As of right now, you can’t customize the default “Deployment is building” page that Vercel shows during builds.

Your alternative approach is the right way to handle this - wait for the deployment to succeed before directing users to the new version.

Let us know how you get on!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.