fix: changed lazy load into fastfetch

This commit is contained in:
2025-07-27 14:05:00 +02:00
parent b961e4e151
commit 4843c42147
2 changed files with 2 additions and 2 deletions

View File

@@ -300,7 +300,7 @@
class="avatar" class="avatar"
width="2.5in" width="2.5in"
height="2.5in" height="2.5in"
loading="lazy" fetchpriority="high"
/> />
<div <div
class="theme" class="theme"

2
sw.js
View File

@@ -1,4 +1,4 @@
const CACHE_VERSION = "v1-20250727"; // update this on every deploy! const CACHE_VERSION = "v1-202507271"; // update this on every deploy!
const CACHE_NAME = `c2yz-cache-${CACHE_VERSION}`; const CACHE_NAME = `c2yz-cache-${CACHE_VERSION}`;
const ASSETS_TO_CACHE = [ const ASSETS_TO_CACHE = [