Commits
Art Lowel authored 78574df60b3
22 22 | control: 'max-age=60' // revalidate browser |
23 23 | }, |
24 24 | // Angular Universal settings |
25 25 | universal: { |
26 26 | preboot: true, |
27 27 | async: true, |
28 28 | time: false |
29 29 | }, |
30 30 | // Log directory |
31 31 | logDirectory: '.', |
32 - | // NOTE: rehydrate or replay |
33 - | // rehydrate will transfer prerender state to browser state, actions do not need to replay |
34 - | // replay will transfer an array of actions to browser, actions replay automatically |
35 - | prerenderStrategy: 'rehydrate', |
36 32 | // NOTE: will log all redux actions and transfers in console |
37 33 | debug: false |
38 34 | }; |