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