#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 ?
8 Replies
Please help me ,
Thank you in Advance
??
Hostinger Tutorials
How to Deploy Laravel Project on a Virtual Private Server in 2024
Learn how to deploy Laravel: 1. Choose the right VPS provider 2. Prepare the server for deployment 3. Deploy the application + more.
Thank you
did it work?
nope not yet not getting anything useful as per my project setup
I have managed everything my frontend project whole site is working but only Filament Paths is not working
try to add to the .env
ASSET_URL=https://xyz.com
not worked but I am trying to figuring out Thanks for your efforts
I don't know hostinger, but I believe that the issue is something related to the setup in the server