We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fde296 commit 2615a62Copy full SHA for 2615a62
‎packages/docs/app/.vitepress/config.mts‎
@@ -63,6 +63,11 @@ export default async () => {
63
64
pageData.title = `${name} React hook Reactuse siberiacancode`;
65
pageData.description = description;
66
+
67
+ pageData.frontmatter.head.push(
68
+ ['meta', { property: 'og:title', content: pageData.title }],
69
+ ['meta', { property: 'og:description', content: pageData.description }]
70
+ );
71
}
72
},
73
head: [
0 commit comments