I deployed my django project to aws elastic branstalk. I followed all the steps. In EBS console, project health seems Ok. When I try to run the project, I get the following error. `Refused to apply style from '' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Here is my css and js addresses:
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" />
<script src="{%static 'js/jquery.min.js'%}"></script>
How can I fix this issue?