From b071b95a023f9d1ef8fc374ee11350e5faf37540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Wed, 10 Dec 2025 18:42:11 +0100 Subject: [PATCH] UPDATE: Uses shorter date and time on "Last updated" Also typo "Updated at" => "Updated on" --- docs/src/.vitepress/config.mts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 7e0dc72..187445a 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -2050,10 +2050,10 @@ export default defineConfig({ }, lastUpdated: { - text: "Updated at", + text: "Updated on", formatOptions: { - dateStyle: "full", - timeStyle: "medium", + dateStyle: "medium", + timeStyle: "short", }, },