Is there a recommended approach for ensuring trailing slashes are used throughout the website?
In the documentation it talks about the default being:
Retrieved URLs are always returned in lower case without a trailing slash.
Is there a way of configuring to make sure XbyK always renders URLs with a trailing slash?
The documentation mentions some options can be configured through WebPageUrlRetrieverOptions
and UrlResolveOptions
but they don't seem to have options for trailing slash. Is this just not added yet?
My ideal scenario here would be a configuration option to ensure URLs retrieved through the retriever, and URLs rendered in Rich Text would be handled correctly.