Optional assetOptional cacheCan be used to define the "Cache-Control" header for "public" assets.
Optional defaultCan be used to set headers that should always be sent in their respective use-case (Asset, SSR).
Optional preControls whether the static assets should be pre-compressed or if they should be dynamically compressed at runtime.
true
Optional requestCan be defined to control which requests the server should handle.
Optional serverCan be defined to configure the server.
Optional supportedControls which compression algorithms are available.
['br', 'gzip', 'deflate']
Controls which files are processed for asset pre-compression.