diff options
| author | unwox <me@unwox.com> | 2025-05-06 13:38:40 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-05-06 14:10:07 +0600 |
| commit | 8cf5e3712c3c3c7238490f423d7472ed560d5755 (patch) | |
| tree | 5c608f02d8fe54148a18140b41a4a614ced7237b /bin | |
| parent | 6f832146573fd98f5002ffb261f4a245ee27d643 (diff) | |
update logo and favicon
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/serve.fnl | 2 |
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"}] |
