Skip to content

Commit

Permalink
Fix YAML syntax and revert section name to "universal" as that's the …
Browse files Browse the repository at this point in the history
…name in 7.x
  • Loading branch information
tdonohue committed Jan 29, 2025
1 parent 795f300 commit e296295
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ui:
# Trust X-FORWARDED-* headers from proxies (default = true)
useProxies: true

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

0 comments on commit e296295

Please sign in to comment.