From b5e0e5b37879e392775ce8da729cbda8dbe4f704 Mon Sep 17 00:00:00 2001 From: MasterBubbles Date: Sat, 12 Oct 2024 19:43:04 +0200 Subject: [PATCH] add sitemap.xml --- wwwroot/docfx.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wwwroot/docfx.json b/wwwroot/docfx.json index 39097f9..3beb618 100644 --- a/wwwroot/docfx.json +++ b/wwwroot/docfx.json @@ -34,6 +34,11 @@ }, "postProcessors": [ "ExtractSearchIndex" - ] + ], + "sitemap": { + "baseUrl": "https://tkmm.org", + "priority": 0.1, + "changefreq": "daily" + } } }