summaryrefslogtreecommitdiff
path: root/bin/serve.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-02-17 15:52:30 +0600
committerunwox <me@unwox.com>2025-02-17 15:52:30 +0600
commit53ec6c3e7bf4e97ea1a4cd0486bb245849b0ceb1 (patch)
treeb4d4cc7dc73a8a8f0a6cd6e6c12eff2e9c1914f2 /bin/serve.fnl
parenta484fcba7682baad0212fa256a8daabd9fb4e623 (diff)
update favicon to svg version
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}]