From 75242107689838717d7a103b39ccf6bd8dc2963c Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 11 Sep 2026 11:19:28 +0200 Subject: [PATCH] Fix timecapsule sitemap: remove doubled timecapsule path in URLs site.domain was 'https://www.moonweb.org/timecapsule' but page.url already includes '/timecapsule/', causing doubled paths like '/timecapsule/timecapsule/index.html'. --- timecapsule/src/_data/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timecapsule/src/_data/site.json b/timecapsule/src/_data/site.json index a89dfcb..a9f3fbb 100644 --- a/timecapsule/src/_data/site.json +++ b/timecapsule/src/_data/site.json @@ -1,4 +1,4 @@ { - "domain": "https://www.moonweb.org/timecapsule", + "domain": "https://www.moonweb.org", "contactEmail": "webmaster@moonweb.org" }