Description
Is your feature request related to a problem? Please describe.
In the process of daily use, non-native English speakers will use their native language to write article titles when writing articles.
However, the url obtained by such an article after publication will be encoded, resulting in the blog's post address becoming very long
Describe the solution you'd like
Here's an example.

After copying the url, the URL becomes like this:
This is very inelegant in the process of sharing articles, the address is too messy, and some editing boxes will limit the number of characters.
Describe alternatives you've considered
I hope vitepress can provide a configuration item that automatically turns the article address into a hash value of the article title (preferably to control the length, such as 6 bits, 10 bits, etc.)
So even if I change the content of the article, the title of the article will not change, and the address of the article will not change
Additional context
Original url:
Changed url:
Change only the article title, keep the folder path
Validations
- Follow our Code of Conduct
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.