This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Description
The format of a content type with isPost: true follows ISO8601. The date that was determined by the file's ctime, when the content type is not a post, doesn't follow the same format, but dd-mm-YYYY instead.
Relevant line:
|
cached.date = dateFns.format(stats.ctime, 'MM-DD-YYYY') |
Is this by design, or a bug?
This bug report is available on Nuxt.js community (#c84)