Options accepted by the normalize URL transformation. Controls how URLs are normalized and standardized.
const options: NormalizeUrlOptions = { stripHash: true, stripWWW: false, removeTrailingSlash: true} Copy
const options: NormalizeUrlOptions = { stripHash: true, stripWWW: false, removeTrailingSlash: true}
Options accepted by the normalize URL transformation. Controls how URLs are normalized and standardized.