making loading faster

This commit is contained in:
metacryst
2025-12-19 04:34:53 -06:00
parent 8d57a507d1
commit cd5f92b55f
3 changed files with 15 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ class Home extends Shadow {
switch(window.location.pathname) {
case "/":
img("/_/images/knight.png", "29vmax")
img("/_/images/knight.webp", "29vmax")
.position("absolute")
.left(50, vw).top(isMobile() ? 50 : 53, vh)
.center()