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", },