Skip to content

Commit 5455787

Browse files
committed
fix(theme): homepage title
1 parent dd5383a commit 5455787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.config.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config: DocsThemeConfig = {
66
useNextSeoProps() {
77
const { asPath } = useRouter();
88
return {
9-
titleTemplate: asPath === '/' ? '%s' : '%s - AC Scripts',
9+
titleTemplate: asPath === '/' ? 'AC Scripts' : '%s - AC Scripts',
1010
};
1111
},
1212
head: (

0 commit comments

Comments
 (0)