I am currently facing an issue with my Vue app, which is also a Progressive Web App (PWA). While the PWA functions correctly as planned, I realized that I am using generic paths for my web application. This means that in order to access the correct page, I must use the path /test/${user}. Due to this setup, when a user installs the app, they are automatically directed to the start path "website.com" instead of "website.com/test/uniqueid". Therefore, my inquiry is - is it feasible to configure the start_url so that when a user installs the PWA and launches the app, they are immediately redirected to "website.com/test/uniqueid"?