We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe3dbf commit 2020a5bCopy full SHA for 2020a5b
packages/website/theme.config.tsx
@@ -11,6 +11,7 @@ const config: DocsThemeConfig = {
11
footer: {
12
text: '',
13
},
14
+ useNextSeoProps: () => ({ titleTemplate: '%s \u2013 react-docgen' }),
15
};
16
17
export default config;
0 commit comments