Skip to content

Commit

Permalink
docs(web): change page title
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Oct 30, 2023
1 parent ef3febd commit 9f5d526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/app-website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ const config: DocsThemeConfig = {
footer: {
text: "Made with ❤️ by a team of dassies",
},
useNextSeoProps() {
return {
titleTemplate: "%s – Dassie",
}
},
}

export default config

1 comment on commit 9f5d526

@vercel
Copy link

@vercel vercel bot commented on 9f5d526 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.