diff --git a/src/_data/posts.js b/src/_data/posts.js index 6ee62c8..815a419 100644 --- a/src/_data/posts.js +++ b/src/_data/posts.js @@ -24,6 +24,7 @@ class PostCache { const data = JSON.parse(fs.readFileSync(".cache/wordpress_post_fetch.json")); this.last_read_date = new Date(data.last_read_date); this.posts = data.posts; + } }