mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
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'.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"domain": "https://www.moonweb.org/timecapsule",
|
||||
"domain": "https://www.moonweb.org",
|
||||
"contactEmail": "webmaster@moonweb.org"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user