Skip to content

Commit

Permalink
fix(theme): homepage title
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed May 14, 2024
1 parent dd5383a commit 5455787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: DocsThemeConfig = {
useNextSeoProps() {
const { asPath } = useRouter();
return {
titleTemplate: asPath === '/' ? '%s' : '%s - AC Scripts',
titleTemplate: asPath === '/' ? 'AC Scripts' : '%s - AC Scripts',
};
},
head: (
Expand Down

0 comments on commit 5455787

Please sign in to comment.