Skip to content

Commit 2020a5b

Browse files
committed
Fix website title.
1 parent 8fe3dbf commit 2020a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/website/theme.config.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const config: DocsThemeConfig = {
1111
footer: {
1212
text: '',
1313
},
14+
useNextSeoProps: () => ({ titleTemplate: '%s \u2013 react-docgen' }),
1415
};
1516

1617
export default config;

0 commit comments

Comments
 (0)