diff --git a/scripts/newpost.cjs b/scripts/newpost.cjs index 8c9493e..93dc765 100644 --- a/scripts/newpost.cjs +++ b/scripts/newpost.cjs @@ -73,7 +73,7 @@ pubDate: '${postData.date}' heroImage: '/blog-placeholder.jpg' categories: [""] tags: [""] -author: '["${postData.author}"]' +authors: ["${postData.author}"] ---`); console.info(`\nSuccess!!: content/blog/${postData.fileName} was created`); }