We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775ea58 commit 845fdceCopy full SHA for 845fdce
1 file changed
theme.config.tsx
@@ -7,13 +7,13 @@ import Script from "next/script";
7
const config: DocsThemeConfig = {
8
head: () => {
9
const { asPath } = useRouter();
10
- const { frontMatter } = useConfig();
+ const { frontMatter, title } = useConfig();
11
const defaultDescription = "Documentation for VZN Scripts assets";
12
const url = `https://docs.vzn-scripts.com/${asPath}`;
13
14
const googleId = "G-XV58K6R2PX"
15
16
- const fullTitle = "VZN Scripts Docs"
+ const fullTitle = `${title} | VZN Scripts Docs`
17
18
19
return (
0 commit comments