Fixed wrong dir
This commit is contained in:
		@@ -7,8 +7,8 @@ GALLERY_YAML = "config/gallery.yaml"
 | 
				
			|||||||
SITE_YAML = "config/site.yaml"
 | 
					SITE_YAML = "config/site.yaml"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Image directories
 | 
					# Image directories
 | 
				
			||||||
GALLERY_DIR = Path("public/img/gallery")
 | 
					GALLERY_DIR = Path("config/photos/gallery")
 | 
				
			||||||
HERO_DIR = Path("public/img/hero")
 | 
					HERO_DIR = Path("config/photos/hero")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def load_yaml(path):
 | 
					def load_yaml(path):
 | 
				
			||||||
    print(f"[→] Loading {path}...")
 | 
					    print(f"[→] Loading {path}...")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user