@team-speed-kit/predictive-preloading
    Preparing search index...

    Type Alias PrerenderConfig

    PrerenderConfig:
        | { maxImmediateUrls?: number; whitelist?: PrerenderWhitelist }
        | boolean

    Configuration object for prerendering functionality using the Chrome Speculation Rules API. When defined in the config, it enables prerendering for URLs that match the configuration. The functionality is similar to preloadFunction but handles prerendering instead.

    Properties:

    • whitelist (optional): Array of URL patterns that are allowed for prerendering
    • blacklist (optional): Array of URL patterns that are excluded from prerendering