Answers for "stylesheet not loaded because of mime-type"

3

stylesheet not loaded because of mime-type

put your .css file in a folder called public
in your app.js file add the following code:

app.use(express.static('public'));
Posted by: Guest on November-04-2020

Code answers related to "stylesheet not loaded because of mime-type"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language