UPDATE: Uses shorter date and time on "Last updated"
Also typo "Updated at" => "Updated on"
This commit is contained in:
@@ -2050,10 +2050,10 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
lastUpdated: {
|
||||
text: "Updated at",
|
||||
text: "Updated on",
|
||||
formatOptions: {
|
||||
dateStyle: "full",
|
||||
timeStyle: "medium",
|
||||
dateStyle: "medium",
|
||||
timeStyle: "short",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user