UPDATE: Uses shorter date and time on "Last updated"

Also typo "Updated at" => "Updated on"
This commit is contained in:
Nicolás Hatcher
2025-12-10 18:42:11 +01:00
parent 2383ce4d27
commit b071b95a02

View File

@@ -2050,10 +2050,10 @@ export default defineConfig({
},
lastUpdated: {
text: "Updated at",
text: "Updated on",
formatOptions: {
dateStyle: "full",
timeStyle: "medium",
dateStyle: "medium",
timeStyle: "short",
},
},