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: