Add missing MIME type for landing.css

main
furo 2021-09-01 15:09:23 +02:00
parent 8c1a631de1
commit 0f8d2c511f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
{% include "templates/defaultTags.njk" %}
<link rel="stylesheet" type="" href="/assets/css/landing.css">
<link rel="stylesheet" type="text/css" href="/assets/css/landing.css">
<title>qwik</title>
</head>
<body>