Fixed wrong dir

This commit is contained in:
2025-08-06 13:16:47 +00:00
parent 23241f0c29
commit 4ee8df18be

View File

@ -7,8 +7,8 @@ GALLERY_YAML = "config/gallery.yaml"
SITE_YAML = "config/site.yaml"
# Image directories
GALLERY_DIR = Path("public/img/gallery")
HERO_DIR = Path("public/img/hero")
GALLERY_DIR = Path("config/photos/gallery")
HERO_DIR = Path("config/photos/hero")
def load_yaml(path):
print(f"[→] Loading {path}...")