removed the concept of prerender strategies. rehydrate is the default now

This commit is contained in:
Art Lowel
2018-02-01 13:57:24 +01:00
parent 4fbceab1b9
commit 78574df60b
3 changed files with 5 additions and 12 deletions

View File

@@ -10,6 +10,5 @@ export interface GlobalConfig extends Config {
cache: CacheConfig;
universal: UniversalConfig;
logDirectory: string;
prerenderStrategy: string;
debug: boolean;
}