From 8af699e7bad6bdd3c16a146e136f2fb7e2bcfd49 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 10 Jul 2024 09:38:30 +0200 Subject: [PATCH] fix: correct image path in homepage template Adjusted the src attribute of the logo image to remove the leading slash. This change ensures compatibility with relative URL loading, improving resource accessibility in deployed environments. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 6d6e980..eb4cf48 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@

Private.coffee

-
+