We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5383a commit 5455787Copy full SHA for 5455787
theme.config.tsx
@@ -6,7 +6,7 @@ const config: DocsThemeConfig = {
6
useNextSeoProps() {
7
const { asPath } = useRouter();
8
return {
9
- titleTemplate: asPath === '/' ? '%s' : '%s - AC Scripts',
+ titleTemplate: asPath === '/' ? 'AC Scripts' : '%s - AC Scripts',
10
};
11
},
12
head: (
0 commit comments