From 8cf5e3712c3c3c7238490f423d7472ed560d5755 Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 6 May 2025 13:38:40 +0600 Subject: update logo and favicon --- bin/serve.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/serve.fnl') diff --git a/bin/serve.fnl b/bin/serve.fnl index 75d3387..3b85110 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -528,7 +528,7 @@ ;; inline styles so the page loads faster [:style {} [:NO-ESCAPE (fs.read-file "static/style.css")]] - [:link {:rel "icon" :href "https://everytea.ru/static/favicon.svg" + [:link {:rel "icon" :href "https://everytea.ru/static/favicon.svg?v=2" :type "image/svg+xml"}] [:link {:rel "preload" :fetchpriority "high" :as "image" :href "/static/logo-hor.svg" :type "image/svg+xml"}] -- cgit v1.2.3