mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
pageWriter now writes posts first so that the post content is available for pages.
This commit is contained in:
@@ -59,7 +59,7 @@ exports.everything = function (prod = false) {
|
||||
await evaluate(tasks.flat(), cache);
|
||||
await cache.save();
|
||||
|
||||
await pageWriter([ ...pages, ...posts ], prod);
|
||||
await pageWriter(pages, posts, prod);
|
||||
}
|
||||
|
||||
fn.displayName = prod ? 'buildForProd' : 'build';
|
||||
|
||||
Reference in New Issue
Block a user