Replies: 2 comments
-
Hope this helps in your import { useConfig } from 'nextra-theme-docs'
export default {
head() {
const config = useConfig()
const title = `${config.title} - My Site`
return (
<>
<title>{title}</title>
</>
)
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. It worked. I appreciate your help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody.
Context
How can I change the <page_title> - Nextra title to <page_title> - My Site?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions