Website: https://www.earthfields.in/
Console Error:
Refused to apply style from 'https://www.earthfields.in/static/bootstrap/themes/default/css/bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
When I open the css URL getting 404 error https://www.earthfields.in/static/bootstrap/themes/default/css/bootstrap.min.css File is present at directory location.
Code to load the boostrap css:
{% bootstrap_styles theme='default' type='min.css' %}
Its working perfectly fine when I run the website locally. Please help.
[formatted by admin]