From 53ec6c3e7bf4e97ea1a4cd0486bb245849b0ceb1 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 17 Feb 2025 15:52:30 +0600 Subject: update favicon to svg version --- bin/serve.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/serve.fnl b/bin/serve.fnl index 0dbee92..c442801 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -550,8 +550,8 @@ ;; 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.png" - :type "image/png"}] + [:link {:rel "icon" :href "https://everytea.ru/static/favicon.svg" + :type "image/svg+xml"}] [:link {:rel "preload" :fetchpriority "high" :as "image" :href "/static/logo-hor.svg" :type "image/svg+xml"}] [:link {:rel "canonical" :href canonical-url}] -- cgit v1.2.3