diff --git a/blog.json b/blog.json index 9d90767..3cc8fc7 100644 --- a/blog.json +++ b/blog.json @@ -58,7 +58,7 @@ { "src": "/favicon.ico", "sizes": "128x128", - "type": "image/png" + "type": "image/x-icon" } ] }, diff --git a/scripts/blog.py b/scripts/blog.py index a5c8105..2230de3 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -76,7 +76,7 @@ DEFAULT_CONFIG: dict[str, typing.Any] = { { "src": "/favicon.ico", "sizes": "128x128", - "type": "image/png", + "type": "image/x-icon", }, ], }, @@ -160,6 +160,7 @@ HTML_BEGIN: typing.Final[ +