This commit is contained in:
Mrrp 2025-01-04 02:50:52 -08:00
parent 2030c4f3ec
commit 3dedf73860

View file

@ -101,7 +101,7 @@ def generate_post_history(pages_info, state):
return post_history_json return post_history_json
# Get the pages info from the public/blog directory # 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 # Load the previous state from the assets/post_history.json file
try: try: