My React App is deployed using Heroku.
Everything works fine on Google Chrome, but I am encountering an error in Mozilla Firefox with the following message:
The stylesheet "path/to/font-awesome/css/font-awesome-min.css" didn't load because its MIME Type, text/html, is not text/css
Here's the section of my index.html file that is involved:
<link
rel="stylesheet"
type="text/css"
href="/path/to/font-awesome/css/font-awesome.min.css"
/>
Can someone advise me on what changes I need to make, please?