From 4ab615d8c3d2c5ce743d33c2ab706b5d276581ca Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Mon, 19 Aug 2024 10:24:47 +0900 Subject: [PATCH] feat: Enable last updated timestamp in 1000h.org website config --- 1000-hours/.vitepress/config.mts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1000-hours/.vitepress/config.mts b/1000-hours/.vitepress/config.mts index 7fb4f717..e34af7b6 100644 --- a/1000-hours/.vitepress/config.mts +++ b/1000-hours/.vitepress/config.mts @@ -699,6 +699,8 @@ export default withMermaid( hostname: 'https://1000h.org' }, + lastUpdated: true, + markdown: { // https://vitepress.dev/reference/markdown math: true,