react-helmet-async
react-helmet-async copied to clipboard
Is there a way to specify a default title?
When switching from one route/app to another that doesn't have a title set, the old title from the previous route/app is displayed. Is there a way to set an empty or default title in this case instead?
Mount an Helmet element at the root page having default values, any children page having the Helmet element will overwrite the parent one