After the operation and maintenance helped me deploy it, I found that it was deployed in the root directory (for example: https://www.example.com), but the requirement was to deploy it in a subdirectory (for example: https://www.example.com/aaa) .
How does the front end set a subdirectory when packaging configuration? Similar to the base
property configuration in vite.config.js
of the Vite project. Does the calling interface also need to be changed accordingly?