update favicon and fix wakatime embed
This commit is contained in:
parent
24675527e7
commit
18e009def6
12 changed files with 952 additions and 3 deletions
12
web.config
Normal file
12
web.config
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue