We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1456223 commit a587f76Copy full SHA for a587f76
publish/index.js
@@ -65,7 +65,7 @@ async function main() {
65
source,
66
content: content,
67
...data,
68
- dateCreated: blogMatter.data.dateCreated.toUTCString(),
+ dateCreated: data.dateCreated.toUTCString(),
69
dateUpdated: new Date().toUTCString(),
70
link: fileNameWithoutExtension,
71
},
0 commit comments