Skip to content

Commit 63974a5

Browse files
Mattia VianelliAndrea Barbasso
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2817 (pull request DSpace#4380)
DSC-2817 Moved config for ssr to default-app-config.ts, set transferState to false Approved-by: Andrea Barbasso
2 parents e38a8ba + ebf8d1d commit 63974a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/environments/environment.production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const environment: Partial<BuildConfig> = {
88
enabled: true,
99
enablePerformanceProfiler: false,
1010
inlineCriticalCss: false,
11-
transferState: true,
11+
transferState: false,
1212
replaceRestUrl: true,
1313
excludePathPatterns: [
1414
{

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const environment: Partial<BuildConfig> = {
1313
enabled: false,
1414
enablePerformanceProfiler: false,
1515
inlineCriticalCss: false,
16-
transferState: true,
16+
transferState: false,
1717
replaceRestUrl: false,
1818
excludePathPatterns: [
1919
{

0 commit comments

Comments
 (0)