We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1dd6b commit 722d858Copy full SHA for 722d858
theme.config.tsx
@@ -8,11 +8,6 @@ import { getCurrentYear } from '@/lib/utils'
8
import { DATA } from '@/data'
9
10
const config: DocsThemeConfig = {
11
- useNextSeoProps() {
12
- return {
13
- titleTemplate: `%s - ${DATA.name}`
14
- }
15
- },
16
darkMode: true,
17
logo: function Logo() {
18
return <KinotioLogo width={100} height={100} />
0 commit comments