diff --git a/packages/astro/performance/scripts/write-posts.mjs b/packages/astro/performance/scripts/write-posts.mjs index 4c9202d3b..5d9023284 100644 --- a/packages/astro/performance/scripts/write-posts.mjs +++ b/packages/astro/performance/scripts/write-posts.mjs @@ -25,7 +25,7 @@ const EXT = '.md'; }) ); - console.log(`${numPosts} posts written 🚀`); + console.log(`${numPosts} ${ext} posts written to ${JSON.stringify(postsDir)} 🚀`); })(); const toMdContents = (idx) => `---