NodeJS, MIME type ('text/html') is not a supported stylesheet MIME type
问题 Everytime I connect to my local server on Google Chrome, I get this error : Refused to apply style from 'http://localhost:2000/app.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. I can access my css file by typing its path so the problem doesn't come from there. I also searched for informations about this topic but nothing worked. Here's my code Server Side const Game = require("./class/game"); const express = require(