mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
have default config use rehydrate pre-render strategy
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
|||||||
// NOTE: rehydrate or replay
|
// NOTE: rehydrate or replay
|
||||||
// rehydrate will transfer prerender state to browser state, actions do not need to replay
|
// rehydrate will transfer prerender state to browser state, actions do not need to replay
|
||||||
// replay will transfer an array of actions to browser, actions replay automatically
|
// replay will transfer an array of actions to browser, actions replay automatically
|
||||||
prerenderStrategy: 'replay',
|
prerenderStrategy: 'rehydrate',
|
||||||
// NOTE: will log all redux actions and transfers in console
|
// NOTE: will log all redux actions and transfers in console
|
||||||
debug: true
|
debug: true
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user