$url (path, params)
Creates URLs from internal paths and parameters.
path:
string
The internal path to the URL, eg.: /blog/[slug]/comments
params:
object
The parameters to be used in the URL. Parameters not used in the path will be appended to the url as a query string.