Currently, I am deploying the dist folder of my Vue project onto an Apache server. Once deployed, I can access the application through the URL "ip-address/app". However, when trying to reload the page, this setup presents issues. To avoid this problem, I believe it would be beneficial to include the folder location of the app in the URL as follows: "ip-address/foldername/app". Should I make configurations within vue-router or on the server itself to achieve this?