From 6657d00c4e422e5f98049f1c8730978753ebd40c Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 6 Jan 2026 14:56:56 -0600 Subject: [PATCH] fix: avoid using bloated SVG/apple-touch-icon SVGs --- web/src/routes/+layout.svelte | 4 ++-- ...e-touch-icon.png => apple-touch-icon.png.backup} | Bin web/static/{favicon.svg => favicon.svg.backup} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename web/static/{apple-touch-icon.png => apple-touch-icon.png.backup} (100%) rename web/static/{favicon.svg => favicon.svg.backup} (100%) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 6183bc6..1093a1d 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -35,9 +35,9 @@ - + - + {metadata.title} diff --git a/web/static/apple-touch-icon.png b/web/static/apple-touch-icon.png.backup similarity index 100% rename from web/static/apple-touch-icon.png rename to web/static/apple-touch-icon.png.backup diff --git a/web/static/favicon.svg b/web/static/favicon.svg.backup similarity index 100% rename from web/static/favicon.svg rename to web/static/favicon.svg.backup