summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 [