File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 # Trust X-FORWARDED-* headers from proxies (default = true)
1818 useProxies : true
1919
20+ universal :
21+ # Whether to inline "critical" styles into the server-side rendered HTML.
22+ # Determining which styles are critical is a relatively expensive operation;
23+ # this option can be disabled to boost server performance at the expense of
24+ # loading smoothness.
25+ inlineCriticalCss : true
26+
2027# The REST API server settings
2128# NOTE: these settings define which (publicly available) REST API to use. They are usually
2229# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ export interface UniversalConfig extends Config {
1212 * this option can be disabled to boost server performance at the expense of
1313 * loading smoothness.
1414 */
15- inlineCriticalCss ?;
15+ inlineCriticalCss ?: boolean ;
1616}
You can’t perform that action at this time.
0 commit comments