Skip to content

Commit e296295

Browse files
committed
Fix YAML syntax and revert section name to "universal" as that's the name in 7.x
1 parent 795f300 commit e296295

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/config.example.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ui:
1717
# Trust X-FORWARDED-* headers from proxies (default = true)
1818
useProxies: true
1919

20-
# Angular Server Side Rendering (SSR) settings
21-
ssr:
20+
# Angular Universal / Server Side Rendering (SSR) settings
21+
universal:
2222
# Whether to tell Angular to inline "critical" styles into the server-side rendered HTML.
2323
# Determining which styles are critical is a relatively expensive operation; this option is
2424
# disabled (false) by default to boost server performance at the expense of loading smoothness.
@@ -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)