then i use zola build on a docker container on my VPS and serve the build with nginx. While the stylesheet has the proper path, it is not applyed:
[image will follow]
If i try the stylesheet url i get it :
[image will follow]
It’s been 2 days of search & try, and i feel like a looser
Why would the css not be applyed while the URL of the stylesheet leads to the stylesheet ?
I tryed to edit the stylesheet path directly in the browser for some tests, like using the direct ip of the vps : same stuff :
[image will follow]
[image will follow]
I did kind of the same test, by editing the served html file directly inside the container to try to find a solutions, but everything failed.
What could i try next ? Is there a workaround like using “zola serve” inside my container and shooting the result at the desired url ?
At this point, even a shady solution would be greatly appreciated. I feel like a total noob
Edit: well, as a new user i cannot embedded more than one file I will try to post the screenshot one by one, hoping there is not another limitation about that. Sorry !
It seems that the browser is then refusing to continue to parse the file, because the mime type loaded doesn’t match the mime type declared. That’s why it’s showing in the network tab as loading the file, but it is seemingly having no effect.
That’s just my guess, but I really don’t think this is a Zola related issue. Do you mind taking a look and reporting back?