aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-04-24 17:57:48 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-04-24 18:11:54 +0200
commit9011121827dc991677198a0f981616886f2b20ee (patch)
treef4b98d11497e550e97e07f57bea9a84aea4036e5 /src
parentd18ee34330b01c0eb8fc09fd595e136bb3f32150 (diff)
fix(backend): Bypass favicon error
Diffstat (limited to 'src')
-rw-r--r--src/backend/tubo/handler.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/tubo/handler.clj b/src/backend/tubo/handler.clj
index 2012504..d033793 100644
--- a/src/backend/tubo/handler.clj
+++ b/src/backend/tubo/handler.clj
@@ -17,6 +17,7 @@
[:meta {:charset "UTF-8"}]
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
[:title "Tubo"]
+ [:link {:rel "shortcut icon" :href "#"}]
(hiccup/include-css "/css/tubo.css")]
[:body
[:div#app]