This commit is contained in:
SG
2025-06-05 20:40:19 +03:00
parent 509dc4538f
commit 5116962122

View File

@@ -46,7 +46,8 @@ class ContentItemPrototype:
# Special handling for the 'about' item
if self.slug == 'about':
self.image = 'static/about.jpg'
logger.info(f"Building the '{Config.MAIN_PAGE_TITLE}' site.")
# Recreate the output dir if needed
if output_dir.exists():
shutil.rmtree(output_dir)