I'm getting two server side error reports from chrome:
Resource interpreted as Stylesheet but transferred with MIME type text/html. & Cross-Origin Read Blocking (CORB) blocked cross-origin response <URL> with MIME type text/html.
However the site works in Microsoft Edge. I'm using absolute paths, so that's not the problem. Do I have to specify the content type of each css file in flask (somehow?) or is this a config issue pythonanywhere can correct?
Thanks.