jekyll - CSS Files showing up with type text/plain -
i attempting serve static blog (powered jekyll) on ubuntu server css not apply , keep getting issue:
"resource interpreted stylesheet transferred mime type text/plain".
in source code, however, explicitly list these files "text/css". ideas on how solve this?
this nginx issue. needed place
include /etc/nginx/mime.types;
in "location /" block.
Comments
Post a Comment