79555242

Date: 2025-04-04 11:59:45
Score: 2.5
Natty:
Report link

make sure your <link rel="stylesheet"> is inside the head of your _Host.cshtml

if that doesnt work

Q) why dont u load your CSS early

in your Pages/_Host.cshtml MODIFY your link

<link rel="preload" href="css/app.css" as="style" onload="this.onload=null;this.rel='stylesheet'">

<noscript><link rel="stylesheet" href="css/app.css"></noscript>

for this trick make sure u enalbe JavaScript

Reasons:
  • Blacklisted phrase (1): doesnt work
  • No code block (0.5):
  • Low reputation (1):
Posted by: waris