From 6e9c8612b3ce87b201b5b823d039c08b039b6649 Mon Sep 17 00:00:00 2001 From: technofab Date: Thu, 18 Sep 2025 16:04:39 +0200 Subject: [PATCH] docs: add site_url for sitemap --- nix/repo/docs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/repo/docs.nix b/nix/repo/docs.nix index f39650f..804c3ba 100644 --- a/nix/repo/docs.nix +++ b/nix/repo/docs.nix @@ -37,7 +37,8 @@ in includeDir = toString optionsDocs; }; config = { - site_name = "Devtools"; + site_name = "DevTools"; + site_url = "https://devtools.rensa.projects.tf"; repo_name = "rensa-nix/devtools"; repo_url = "https://gitlab.com/rensa-nix/devtools"; extra_css = ["style.css"];