Disable inlineCriticalCss by default for better SSR performance

This commit is contained in:
Tim Donohue
2024-05-15 12:12:55 -05:00
parent 84e4cc01cc
commit eeb562dd14
4 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ export const environment: BuildConfig = {
universal: {
preboot: true,
async: true,
time: false
time: false,
inlineCriticalCss: false,
},
// Angular Universal server settings.