A headless component that dynamically updates the document's title (document.title) based on the current route. It uses a provided map to find the title for the current pathname.
document.title
The props for the component.
This component does not render any visible elements.
A headless component that dynamically updates the document's title (
document.title) based on the current route. It uses a provided map to find the title for the current pathname.