perf: compress codecircles into webp (#59)

This commit is contained in:
httpjamesm 2023-09-24 00:59:54 -04:00 committed by GitHub
parent 991b5b46f4
commit 10fc103fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

BIN
public/codecircles.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -7,7 +7,7 @@
http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';"
/>
<link rel="icon" href="/static/codecircles.png" />
<link rel="icon" href="/static/codecircles.webp" />
<meta
name="description"
content="View StackOverflow threads in privacy and without the clutter."
@ -19,7 +19,7 @@
<div class="title">
<img
class="logo"
src="/static/codecircles.png"
src="/static/codecircles.webp"
alt="4 circles with alternating colors between green and white"
/>
<h1>AnonymousOverflow</h1>

View File

@ -26,7 +26,7 @@
<a href="/" class="logo-link">
<img
class="logo"
src="/static/codecircles.png"
src="/static/codecircles.webp"
alt="4 circles with alternating colors between green and white"
/>
</a>

View File

@ -1,4 +1,4 @@
<meta name="theme-color" content="#8CFFC1" />
<meta name="og:image" content="/static/codecircles.png" />
<meta name="og:image" content="/static/codecircles.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/static/globals.css" />