From 3dedf73860352a647edfe4ccba4534701a594095 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Sat, 4 Jan 2025 02:50:52 -0800 Subject: [PATCH] :3 --- utils/page_updater/commit_post_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/page_updater/commit_post_history.py b/utils/page_updater/commit_post_history.py index 4418cd1..2c33f55 100644 --- a/utils/page_updater/commit_post_history.py +++ b/utils/page_updater/commit_post_history.py @@ -101,7 +101,7 @@ def generate_post_history(pages_info, state): return post_history_json # Get the pages info from the public/blog directory -pages_info = pages.get_pages_info("", "assets/blog") +pages_info = pages.get_pages_info("", "content/blog") # Load the previous state from the assets/post_history.json file try: