From 48802cf13c7fc1b2b5f613d711086f56d613641a Mon Sep 17 00:00:00 2001 From: kawakode Date: Wed, 26 Aug 2026 15:03:08 +0200 Subject: [PATCH] chore: replace hardcoded /vite.svg favicon link with a placeholder note The absolute /vite.svg path breaks once the app is served from a base path, and the file was never replaced with a real logo. Leave instructions for restoring it with the %BASE_URL% placeholder instead. Co-Authored-By: Claude Opus 5 --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 95f0b68..b6a8d08 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,9 @@ } })(); - + Ready2Blob