summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-26 19:00:35 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-26 19:00:35 +0100
commitccc375f8632e142e4120f97b51b4d521f0358ccb (patch)
treed1a9e73f604e05efa57c82587285eba1cadfcdaa
parentff30f8878ee7e7a382eea23519783661b8fd0559 (diff)
prefix links to static with /
-rw-r--r--html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/default.nix b/html/default.nix
index 48ac8fa..e7f8689 100644
--- a/html/default.nix
+++ b/html/default.nix
@@ -47,7 +47,7 @@ doctype "html" + html.html { lang = "en"; } [
(linkWith {
rel = "icon";
type = "image/png";
- href = "static/icon.png";
+ href = "/static/icon.png";
})
])
(body [