mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
set default env preboot to false
leaving production env to true
This commit is contained in:
@@ -10,7 +10,7 @@ export const environment: Partial<BuildConfig> = {
|
||||
|
||||
// Angular Universal settings
|
||||
universal: {
|
||||
preboot: true,
|
||||
preboot: false,
|
||||
async: true,
|
||||
time: false
|
||||
}
|
||||
|
Reference in New Issue
Block a user