I need to share my project progression with my client and found NGROK on the web. It is very simple to use but I'm unable to load CSS and JS because the paths are wrong.
To open my website I need to type
123456789.ngrok.io/projectName/public/PathToView
I'm calling my files like this
<link href="/admin/build/css/custom.min.css" rel="stylesheet">
How can I fix this?
Thanks