:3
This commit is contained in:
parent
a3fd692870
commit
6c2bae94d8
1 changed files with 1 additions and 1 deletions
|
@ -87,4 +87,4 @@ for (const category of Object.values(postList.categories)) {
|
|||
console.log(JSON.stringify(postList, null, 2));
|
||||
|
||||
// Output to assets/blog_list.json (overwriting)
|
||||
fs.writeFileSync("assets/meta/blog_list.json", JSON.stringify(postList, null, 2));
|
||||
fs.writeFileSync("assets/meta/blog_list.json", JSON.stringify(postList, null, 2));
|
Loading…
Add table
Reference in a new issue