Why is my Vercel Deployment URL being shortened?

Information on why a Vercel Deployment URL may be shortened.

Matthew Sweeney
Mary Karroqe
1 min read
Last updated March 16, 2026

Vercel provides automatic Deployment URLs that allow you to share a live version of the changes you've made and collaborate with your team.

The format of Deployment URLs is consistent and predictable dependent on the Deployment Type. This article covers the case where a Deployment URL would be shortened and explains the reason for this.

RFC 1035 mandates that the maximum length of a DNS label is 63 characters. As a result, if the automatically generated Deployment URL exceeds this length, it will be trimmed from the end of the URL to fall within this limitation. Where team slugs are used as part of the Deployment URL, the entire team slug will be trimmed if any amendments need to be made.

If your <project-name> resembles a regular web domain, such as by containing a recognized top-level domain (TLD), it may be shortened to avoid that resemblance. For example, www-company-com would be changed to just company. This is done to prevent an accidental trigger of anti-phishing protection built into web browsers that protect the user from visiting domains that look roughly like other domains they visit.

Was this helpful?

supported.

Read related documentation

No related documentation available.

Explore more guides

No related guides available.