mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Remove the gating on page writing
This commit is contained in:
parent
6ca289017f
commit
042694c50d
@ -52,5 +52,5 @@ module.exports = exports = async function writePageContent (pages, prod) {
|
|||||||
prod ? JSON.stringify(json) : JSON.stringify(json, null, 2),
|
prod ? JSON.stringify(json) : JSON.stringify(json, null, 2),
|
||||||
)),
|
)),
|
||||||
]);
|
]);
|
||||||
}, { concurrency: 1 });
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user