Skip to content

Commit 354d2bb

Browse files
authored
docs: update config (#2584)
Co-authored-by: Oli Morris <[email protected]>
1 parent b3bb0d7 commit 354d2bb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/.vitepress/config.mjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,16 @@ export default withMermaid(
8585
lang: "en",
8686
cleanUrls: true,
8787
head: headers,
88-
sitemap: { hostname: siteUrl },
88+
sitemap: {
89+
hostname: siteUrl,
90+
},
8991
themeConfig: {
92+
lastUpdated: {
93+
formatOptions: {
94+
dateStyle: "medium",
95+
},
96+
},
97+
9098
outline: "deep",
9199

92100
logo: "https://github.com/user-attachments/assets/7083eeb1-2f6c-4cf6-82ff-bc3171cab801",

0 commit comments

Comments
 (0)