AssetURLOptionsinterface AssetURLOptions {base?: string | null;includeAbsolute?: boolean;tags?: AssetURLTagConfig;}§Properties§base?: string | null[src]If base is provided, instead of transforming relative asset urls into imports, they will be directly rewritten to absolute urls. §includeAbsolute?: boolean[src]If true, also processes absolute urls. §tags?: AssetURLTagConfig[src]