Remix Utils - v9.0.0
    Preparing search index...

    Interface CacheAssetsOptions

    interface CacheAssetsOptions {
        buildPath?: string;
        cacheName?: string;
    }
    Index

    Properties

    buildPath?: string

    The path prefix for all build assets, if you used a subdomain ensure this is only the pathname part.

    "/build/"
    
    cacheName?: string

    The name of the cache to use inside the browser Cache Storage

    "assets"