summaryrefslogtreecommitdiff
path: root/bin/serve.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/serve.fnl')
-rw-r--r--bin/serve.fnl4
1 files changed, 2 insertions, 2 deletions
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}]