- Type:
Record<string, Record<string, string>>
pathAliases
setting transforms a path to a different path before crawling it.
For example, if you create a mapping for { "dev.example.com": { '/foo': '/bar' } }
,
and the crawler encounters https://dev.example.com/foo/hello/
,
itβs transformed to https://dev.example.com/bar/hello/
.
See hostnameAliases
to check conditions.
Examples
JavaScript