[CST-5729] Change in order to save header only if configured and existing

This commit is contained in:
Giuseppe Digilio
2023-06-14 18:26:55 +02:00
parent ac9be25faf
commit 2f06a7cb17
3 changed files with 23 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ export const environment: BuildConfig = {
// In-memory cache of server-side rendered pages. Disabled in test environment (max=0)
serverSide: {
debug: false,
headers: ['Link'],
botCache: {
max: 0,
timeToLive: 24 * 60 * 60 * 1000, // 1 day