From cafe88a3b815b9f2fd34a5fb76a484d85c5adfd6 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Wed, 29 Jan 2025 15:52:39 -0600 Subject: [PATCH] Fix syntax in config.example.yml --- config/config.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index 099bea2614..c6d71714ef 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -28,11 +28,11 @@ ssr: # Whether to enable rendering of Search component on SSR. # If set to true the component will be included in the HTML returned from the server side rendering. # If set to false the component will not be included in the HTML returned from the server side rendering. - enableSearchComponent: false, + enableSearchComponent: false # Whether to enable rendering of Browse component on SSR. # If set to true the component will be included in the HTML returned from the server side rendering. # If set to false the component will not be included in the HTML returned from the server side rendering. - enableBrowseComponent: false, + enableBrowseComponent: false # The REST API server settings # NOTE: these settings define which (publicly available) REST API to use. They are usually