The problem is:
My (open) website uses custom css
Is completely broken when deployed (and locally with zola build):
https://anatolybuga.github.io/finestway/
While locally with zola serve
it works well.
Question:
Why locally zola serve works while zola build doesn’t ?
There are 2 similar topics
One topic on the forum mentions base_url. If I set base_url to the original example(https–mattimustang.github.io–zola-grayscale), it won’t render my own css. If I set the url where I want to serve my site, it’s all broken:
The other topic mentions wrong content-type, which in my case is:
content-type:
text/html; charset=utf-8