Skip to content

Commit

Permalink
feat: 🎸 seo
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Dec 6, 2023
1 parent 80d0cee commit 568ef3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ const config: DocsThemeConfig = {
footer: {
text: 'Smart Token Store',
},
useNextSeoProps() {
return {
titleTemplate: '%s – Smart Token Store',
};
},
};

export default config;

0 comments on commit 568ef3a

Please sign in to comment.