Skip to content

Commit

Permalink
correct title
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Jan 22, 2024
1 parent 66971a0 commit e1cfe64
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 @@ -3,6 +3,11 @@ import { DocsThemeConfig } from 'nextra-theme-docs'

const config: DocsThemeConfig = {
logo: <b>Dreamlab Documentation</b>,
useNextSeoProps() {
return {
titleTemplate: '%s – Dreamlab Docs',
}
},
project: {
link: 'https://github.com/WorldQL/dreamlab-core',
},
Expand Down

0 comments on commit e1cfe64

Please sign in to comment.