Switch images to webp & avif for better load times

This commit is contained in:
2025-07-04 00:38:53 -04:00
Unverified
parent af74689d84
commit aa7777643d
72 changed files with 26 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ subtitle = "The blog for my programming projects"
[Params.Sidebar.Avatar]
enabled = true
local = true
src = "images/avatar.png"
src = "images/avatar.webp"
[Params.Footer]
since = 2019
@@ -44,4 +44,4 @@ card = "summary"
[Params.defaultImage.opengraph]
enabled = true
local = true
src = "images/banner.png"
src = "images/banner.avif"