Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { addQueryArgs } from 'calypso/lib/url';
export const jetpackSearchMainPath = ( siteName?: string | null, query = {} ) =>
siteName ? addQueryArgs( query, `/jetpack-search/${ siteName }` ) : '/jetpack-search';