I am using Laravel 7.
Location of app.scss : resources/saas/app.scss
Location of app.css : public/css/app.css
In app.scss
background-image: url("../public/images/homeheaderBg.jpg");
on Welcome.blade.php image is not displaying due to wrong Image URL
Wrong Image URL is :
http:localhost/images/homeheaderBg.jpg?325adac1518a8631dcc08fdb07bef837
It should
http:localhost/website_name/images/homeheaderBg.jpg
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire