We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb841f8 commit 08128e5Copy full SHA for 08128e5
docs/theme.config.tsx
@@ -25,6 +25,18 @@ const config: DocsThemeConfig = {
25
text: 'NativeCN',
26
},
27
darkMode: true,
28
+ head: (
29
+ <>
30
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
31
+ <meta property="og:title" content="NativeCN" />
32
+ <meta property="og:description" content="Beautiful UI Components for React Native" />
33
+ </>
34
+ ),
35
+ useNextSeoProps() {
36
+ return {
37
+ titleTemplate: '%s',
38
+ };
39
+ },
40
};
41
42
export default config;
0 commit comments