Hi!
I am currently trying to share my website using ngrok via Laravel Valet. When sharing the ngrok URL, I keep loading the .test domain asset urls instead of the ngrok.io url. Because ngrok loads the .test files (which are not accessible by others) the page returns white.
I am using VITE, Vue.js and Inertia. How could I solve this issue?

