mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Disable inlineCriticalCss by default for better SSR performance
This commit is contained in:
@@ -10,7 +10,8 @@ export const environment: BuildConfig = {
|
||||
universal: {
|
||||
preboot: true,
|
||||
async: true,
|
||||
time: false
|
||||
time: false,
|
||||
inlineCriticalCss: false,
|
||||
},
|
||||
|
||||
// Angular Universal server settings.
|
||||
|
Reference in New Issue
Block a user