page: fix invalid style preload

This commit is contained in:
dumbmoron 2024-01-12 23:44:30 +00:00
parent 6145259db8
commit b5952f1ef9
No known key found for this signature in database
GPG key ID: C59997C76C6A8E5F

View file

@ -68,7 +68,8 @@ export default function(obj) {
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="fonts/notosansmono.css" rel="preload">
<link rel="preload" href="fonts/notosansmono.css" as="style">
<link rel="stylesheet" href="fonts/notosansmono.css">
<link rel="stylesheet" href="cobalt.css">
</head>