From 681e1127f4c4d847da5e5dca3d842befcb377071 Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Thu, 12 Jun 2025 19:44:42 -0400 Subject: [PATCH] fix: hilbish icon url --- website/src/website.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/website.gleam b/website/src/website.gleam index 6b3bb434..995ffa4d 100644 --- a/website/src/website.gleam +++ b/website/src/website.gleam @@ -160,7 +160,7 @@ fn nav() -> element.Element(a) { [attribute.href("/"), attribute.class("flex items-center gap-1")], [ html.img([ - attribute.src("/hilbish-flower.png"), + attribute.src(conf.base_url_join("hilbish-flower.png")), attribute.class("h-16"), ]), html.span([attribute.class("self-center text-3xl font-medium")], [ @@ -207,7 +207,7 @@ fn footer() -> element.Element(a) { ], [ html.img([ - attribute.src("/hilbish-flower.png"), + attribute.src(conf.base_url_join("hilbish-flower.png")), attribute.class("h-24"), ]), html.span([attribute.class("self-center text-6xl")], [