forked from github.com/GenderDysphoria.fyi
Remove the gating on page writing
This commit is contained in:
@@ -52,5 +52,5 @@ module.exports = exports = async function writePageContent (pages, prod) {
|
||||
prod ? JSON.stringify(json) : JSON.stringify(json, null, 2),
|
||||
)),
|
||||
]);
|
||||
}, { concurrency: 1 });
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user