My style.css file is not charging in my project
Miguel_Leon
Member Posts: 1 ✭
Hi, I've been working in a project for the last month and everything was working properly before this morning. I have some images and my static files stored in cloudinary and after making a little change in my css file, it doesn't charge anymore and now I receive a 404 message when loading my project.
Tagged:
0
Answers
-
Hi @Miguel_Leon,
I replied to you on the internal ticket you opened but I haven't heard back from you. Here was my answer:
Yes, you can definitely upload it as
static/css/style.css
and then the URL should be accessible under https://res.cloudinary.com/ddlpzob1s/raw/upload/static/css/style.css.However, please note the way you do the
href
might include your own domain (localhost:8000) in your screenshot which will break the URL.Loic
0