diff --git a/gulp/content/page-writer.js b/gulp/content/page-writer.js index c443891..748d84d 100644 --- a/gulp/content/page-writer.js +++ b/gulp/content/page-writer.js @@ -52,5 +52,5 @@ module.exports = exports = async function writePageContent (pages, prod) { prod ? JSON.stringify(json) : JSON.stringify(json, null, 2), )), ]); - }, { concurrency: 1 }); + }); };