mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
Merge pull request #2934 from 4Science/DURACOM-248-ANGULAR-17
Upgrade to angular 17
This commit is contained in:
@@ -7,14 +7,14 @@ import { NotificationAnimationsType } from '../app/shared/notifications/models/n
|
||||
export const environment: BuildConfig = {
|
||||
production: false,
|
||||
|
||||
// Angular Universal settings
|
||||
universal: {
|
||||
preboot: true,
|
||||
async: true,
|
||||
time: false,
|
||||
// Angular SSR settings
|
||||
ssr: {
|
||||
enabled: true,
|
||||
enablePerformanceProfiler: false,
|
||||
inlineCriticalCss: true,
|
||||
},
|
||||
|
||||
// Angular Universal server settings.
|
||||
// Angular express server settings.
|
||||
ui: {
|
||||
ssl: false,
|
||||
host: 'dspace.com',
|
||||
|
Reference in New Issue
Block a user