From c4786af1028dbd13ca873eff607a72212aad8448 Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Mon, 19 Aug 2024 10:20:32 +0900 Subject: [PATCH] chore: Add sitemap configuration for 1000h.org website --- 1000-hours/.vitepress/config.mts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1000-hours/.vitepress/config.mts b/1000-hours/.vitepress/config.mts index 759fc889..7fb4f717 100644 --- a/1000-hours/.vitepress/config.mts +++ b/1000-hours/.vitepress/config.mts @@ -695,6 +695,10 @@ export default withMermaid( ], }, + sitemap: { + hostname: 'https://1000h.org' + }, + markdown: { // https://vitepress.dev/reference/markdown math: true,