Tewabe
#1
my netlify website is https://app.netlify.com/sites/ethio-tour/deploys/6289e52d161e1a295549d0b9
my css code doesn’t seem to be working when i deploy my site from netlify. And One HTML page not found (GET https://6289fdfd0b60f935135f26ea--ethio-tour.netlify.app/sites.html 404). Could you help me please?
Here is the error
Hey @Tewabe
Have you downloaded the deployed files to check they are all there and in the location you expect them?
Tewabe
#3
Yes i have downloaded. CSS and One HTML not found.
The issue is the source links, e.g.
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
where you referencing the node_modules
directory that does not exist (at least when deployed).
What are you using to build the site? Can you share the repository?
Tewabe
#6
The styling wasn’t being applied on the posts but it was there on the homepage
Can you share the repository?