react-helmet-async icon indicating copy to clipboard operation
react-helmet-async copied to clipboard

Is there a way to specify a default title?

Open themonster2015 opened this issue 1 year ago • 1 comments

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?

themonster2015 avatar Mar 13 '24 12:03 themonster2015

Mount an Helmet element at the root page having default values, any children page having the Helmet element will overwrite the parent one

mcianc avatar Apr 30 '24 10:04 mcianc