index.html在Angular 6应用程序中添加以下样式时,出现以下错误。
拒绝应用来自“ http:// localhost:1234 / node_modules / primeicons / primeicons.css ”的样式,因为它的MIME类型('text / html')不是受支持的样式表MIME类型,并且启用了严格的MIME检查。
<link rel="stylesheet" type="text/css" href="/node_modules/primeicons/primeicons.css" />
<link rel="stylesheet" type="text/css" href="/node_modules/primeng/resources/themes/nova-light/theme.css" />
<link rel="stylesheet" type="text/css" href="/node_modules/primeng/resources/primeng.min.css" />
Run Code Online (Sandbox Code Playgroud)
我该如何解决该错误?