diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/serve.fnl | 4 |
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}] |
