Browser tab name #5442
Browser tab name
#5442
-
Hi, does anyone know how to set browser tab name |
Beta Was this translation helpful? Give feedback.
Answered by
aliemir
Dec 27, 2023
Replies: 1 comment
-
Hey @Dailoi2202 I think you mean window title; Check out MDN Docs to learn more. Refine offers automated way of managing document titles depending on resource and actions of the current route via router integrations.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aliemir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Dailoi2202 I think you mean window title;
Check out MDN Docs to learn more.
Refine offers automated way of managing document titles depending on resource and actions of the current route via router integrations.
DocumentTitleHandler
in@refinedev/react-router-v6
DocumentTitleHandler
in@refinedev/nextjs-router
@refinedev/remix-router
doesn't offer such component due to Remix handling title a bit differently, check out their docs for more info.