Skip to content

Commit 2615a62

Browse files
committed
main 🧊 change seo
1 parent 0fde296 commit 2615a62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎packages/docs/app/.vitepress/config.mts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ export default async () => {
6363

6464
pageData.title = `${name} React hook Reactuse siberiacancode`;
6565
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+
);
6671
}
6772
},
6873
head: [

0 commit comments

Comments
 (0)