Skip to content

Commit 326ee37

Browse files
committed
main 🧊 change seo
1 parent 2615a62 commit 326ee37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default async () => {
3030
return defineConfig({
3131
base: '/',
3232
title: 'reactuse',
33+
titleTemplate: false,
3334
description:
3435
'Improve your react applications with our library 📦 designed for comfort and speed',
3536
markdown: {
@@ -61,7 +62,7 @@ export default async () => {
6162
const name = pageData.params.name as string;
6263
const description = (pageData.params.description as string) ?? '';
6364

64-
pageData.title = `${name} React hook Reactuse siberiacancode`;
65+
pageData.title = `${name} React hook Reactuse`;
6566
pageData.description = description;
6667

6768
pageData.frontmatter.head.push(

0 commit comments

Comments
 (0)