mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Add to config.example.yml
This commit is contained in:
@@ -17,6 +17,13 @@ ui:
|
|||||||
# Trust X-FORWARDED-* headers from proxies (default = true)
|
# Trust X-FORWARDED-* headers from proxies (default = true)
|
||||||
useProxies: true
|
useProxies: true
|
||||||
|
|
||||||
|
universal:
|
||||||
|
# Whether to inline "critical" styles into the server-side rendered HTML.
|
||||||
|
# Determining which styles are critical is a relatively expensive operation;
|
||||||
|
# this option can be disabled to boost server performance at the expense of
|
||||||
|
# loading smoothness.
|
||||||
|
inlineCriticalCss: true
|
||||||
|
|
||||||
# The REST API server settings
|
# The REST API server settings
|
||||||
# NOTE: these settings define which (publicly available) REST API to use. They are usually
|
# NOTE: these settings define which (publicly available) REST API to use. They are usually
|
||||||
# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
|
# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
|
||||||
|
@@ -12,5 +12,5 @@ export interface UniversalConfig extends Config {
|
|||||||
* this option can be disabled to boost server performance at the expense of
|
* this option can be disabled to boost server performance at the expense of
|
||||||
* loading smoothness.
|
* loading smoothness.
|
||||||
*/
|
*/
|
||||||
inlineCriticalCss?;
|
inlineCriticalCss?: boolean;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user