N00b question css not loading when using _site

I want to create locally and then just upload the site directory to a webserver.
It works fine localy, but when running in _site directory he seems to be looking for file:///css/main.css
so he can’t find that…

The template has this :
and the baseurl is set to “”

How should I deal with this ? (same issue for all assets.)

sounds like you are not using a webserver - are you just using browsing the files without running a web server?

Relative urls won’t work without a web server I think.

I indeed was not using a webserver, but html with assets should be fine normally without a webserver…
I’ll try to throw it in apache …

That was indeed the problem :man_facepalming: