Skip to content

Types: PrefetchConfig

ts
type PrefetchConfig = 
  | boolean
  | PrefetchStrategy
  | PrefetchConfigOptions;

Determines what assets are prefetched. A boolean enables or disables all prefetching.