From 67e265b23f95c4686debce6adf631988560bbf83 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Sun, 15 Sep 2024 21:55:18 -0500 Subject: [PATCH] Set default values for hb_images and hb_fonts in the config. Remove stray tab. --- config/default.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index 7d36368f6..bea3b2663 100644 --- a/config/default.json +++ b/config/default.json @@ -6,5 +6,7 @@ "enable_v3" : true, "enable_themes" : true, "local_environments" : ["docker", "local"], - "publicUrl" : "https://homebrewery.naturalcrit.com" - } + "publicUrl" : "https://homebrewery.naturalcrit.com", + "hb_images" : null, + "hb_fonts" : null +}