This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
How can i custom previewURL rules? #7624
Replies: 1 comment
-
This discussion was automatically closed because the community moved to vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Acknowledgement
Question
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!
Beta Was this translation helpful? Give feedback.
All reactions