Documentation
    Preparing search index...

    Configuration options for URL generation helpers

    type URLOptions = {
        qs?: Record<string, any>;
        prefixUrl?: string;
    }
    Index

    Properties

    Properties

    qs?: Record<string, any>

    Query string parameters to append to the URL

    prefixUrl?: string

    URL prefix to prepend to the generated URL