How can i custom previewURL rules?

Problem Description

Currently, my preview URLs are generated randomly. To better manage these URLs, I would like to add a version number at the beginning for customization.

Current State:

Existing preview URL: https://web-server-abcd.vercel.app/

Desired State:

Expected preview URL format: https://web-server-v1-abcd.vercel.app/

Question

How can I customize this URL? Specifically, I want the version number (e.g., v1) to automatically increment each time a new preview URL is generated, such as changing from v1 to v2.
Are there any specific implementation methods or suggestions?
This format clearly separates the background information, expected outcome, and specific request, making it easier for community members to understand and provide assistance

Let me know if you need any further adjustments!

Hello,

you need to write your own CI/ CD / Deployment pipeline and set custom alias manually.