Bhavin Panchal
#Regarding CSS and Js loading issue on Production
<link
href="xyz.com/css/app/custom-stylesheet.css?v=3.2.0.0"
rel="stylesheet"
data-navigate-track
/>
I have this link let say but during this uploading site it's not working for me how to fix issue for production using Hostinger Platform to host a site?
<link
href="xyz.com/public/css/app/custom-stylesheet.css?v=3.2.0.0"
rel="stylesheet"
data-navigate-track
/>
how to fix this issue ?
12 replies