cello icon indicating copy to clipboard operation
cello copied to clipboard

Replace react-document-title with react-helmet

Open dodo920306 opened this issue 6 months ago • 0 comments

This commit replaces react-document-title with react-helmet in both BasicLayout and UserLayout components.

react-document-title has limitations when handling dynamic or nested routes.

The previous implementation caused issues where the page title would not update correctly when navigating between pages.

react-helmet integrates better with React's rendering lifecycle, ensuring more predictable and reliable updates.

dodo920306 avatar Jun 15 '25 05:06 dodo920306