performance

dev
gravel 5 months ago
parent ce3e717c5e
commit 14bb64df9d
No known key found for this signature in database
GPG Key ID: CA95FFF4E0123903

@ -1,11 +1,6 @@
error_page 404 /error/404/index.html;
location /icons {
expires 60m;
# add_header Cache-Control "max-age=3600";
}
location /qr-codes {
location / {
# while an underestimate,
# this prevents us from tracking users across visits
expires 60m;

@ -120,7 +120,10 @@ if (basename($_SERVER['SCRIPT_FILENAME']) == "index.php"):
><img
class="feather-icon"
src="/assets/icons/info.svg"
loading="lazy"
alt="()"
height="24px"
width="24px"
></span><?php endif; ?>
</nav>
<nav id="about-session">

@ -39,10 +39,14 @@
class="feather-icon dark-theme-only"
src="/assets/icons/moon.svg"
alt="🌜"
height="45px"
width="45px"
><img
class="feather-icon light-theme-only"
src="/assets/icons/sun.svg"
alt="☀️"
height="45px"
width="45px"
></label>
<a
href="/support/"
@ -52,6 +56,8 @@
class="feather-icon"
src="/assets/icons/heart.svg"
alt="❤️"
height="45px"
width="45px"
></a>
</div>
</header>

Loading…
Cancel
Save