update favicon and fix wakatime embed

This commit is contained in:
Owen Quinlan 2021-08-05 15:26:19 +10:00
parent 24675527e7
commit 18e009def6
12 changed files with 952 additions and 3 deletions

12
web.config Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
<staticContent>
<mimeMap fileExtension=".jxl" mimeType="image/jpeg-xl" />
<mimeMap fileExtension=".webp" mimeType="image/webp" />
<mimeMap fileExtension=".webmanifest" mimeType="text/text" />
</staticContent>
<urlCompression doDynamicCompression="true" />
</system.webServer>
</configuration>