From 8ac7482a08681a747717bb57625e2ff3e268ef34 Mon Sep 17 00:00:00 2001 From: Srinivas Pendem Date: Mon, 13 Jul 2026 14:58:43 +0530 Subject: [PATCH] Feat: Enable per-page git timestamps for sitemap lastmod and footer updates --- docs/.vitepress/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index efa8466..d575a8c 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -769,6 +769,10 @@ if(n<200&&document.readyState==="loading")requestAnimationFrame(function(){bar(n ], }, + // Enables per-page git timestamps used for sitemap (and the + // "Last updated" footer). Without this, sitemap entries omit lastmod. + lastUpdated: true, + sitemap: { hostname: "https://docs.plane.so", },