Refused to apply style from '.../bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
时间:2020-04-04 23:50:08
收藏:0
阅读:478
在页面引入了bootstrap:

但是控制台报错如下:

解决方案:
这个问题出现的场景是在node环境下使用express框架的静态资源访问,加上下面的代码即可:

同时要保证这个要访问的静态资源在public目录下即可解决。
原文:https://www.cnblogs.com/Guorisy/p/12633952.html
评论(0)