We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0498174 commit ba3a54eCopy full SHA for ba3a54e
1 file changed
docs/.vitepress/config.mts
@@ -82,6 +82,15 @@ const vitepressConfig = defineConfig({
82
externalLinkIcon: true,
83
lastUpdated: {
84
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
+ },
94
},
95
search: {
96
provider: 'local',
0 commit comments