Skip to content

Commit ea38669

Browse files
tdonohuegithub-actions[bot]
authored andcommitted
Fix syntax in config.example.yml
(cherry picked from commit cafe88a)
1 parent bb977dc commit ea38669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ ssr:
2828
# Whether to enable rendering of Search component on SSR.
2929
# If set to true the component will be included in the HTML returned from the server side rendering.
3030
# If set to false the component will not be included in the HTML returned from the server side rendering.
31-
enableSearchComponent: false,
31+
enableSearchComponent: false
3232
# Whether to enable rendering of Browse component on SSR.
3333
# If set to true the component will be included in the HTML returned from the server side rendering.
3434
# If set to false the component will not be included in the HTML returned from the server side rendering.
35-
enableBrowseComponent: false,
35+
enableBrowseComponent: false
3636

3737
# The REST API server settings
3838
# NOTE: these settings define which (publicly available) REST API to use. They are usually

0 commit comments

Comments
 (0)