We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2615a62 commit 326ee37Copy full SHA for 326ee37
‎packages/docs/app/.vitepress/config.mts‎
@@ -30,6 +30,7 @@ export default async () => {
30
return defineConfig({
31
base: '/',
32
title: 'reactuse',
33
+ titleTemplate: false,
34
description:
35
'Improve your react applications with our library 📦 designed for comfort and speed',
36
markdown: {
@@ -61,7 +62,7 @@ export default async () => {
61
62
const name = pageData.params.name as string;
63
const description = (pageData.params.description as string) ?? '';
64
- pageData.title = `${name} React hook Reactuse siberiacancode`;
65
+ pageData.title = `${name} React hook Reactuse`;
66
pageData.description = description;
67
68
pageData.frontmatter.head.push(
0 commit comments