mirror of
https://github.com/eRgo35/website.git
synced 2026-02-03 21:26:09 +01:00
fix: changed lazy load into fastfetch
This commit is contained in:
@@ -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
2
sw.js
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user