Skip to content

Commit ba3a54e

Browse files
committed
main
1 parent 0498174 commit ba3a54e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ const vitepressConfig = defineConfig({
8282
externalLinkIcon: true,
8383
lastUpdated: {
8484
text: 'Last updated',
85+
formatOptions: {
86+
year: 'numeric',
87+
month: '2-digit',
88+
day: '2-digit',
89+
hour: '2-digit',
90+
minute: '2-digit',
91+
second: '2-digit',
92+
hourCycle: 'h23',
93+
},
8594
},
8695
search: {
8796
provider: 'local',

0 commit comments

Comments
 (0)