Skip to content

Commit 722d858

Browse files
committed
fix: remove use next seo props in theme config
1 parent 1a1dd6b commit 722d858

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

theme.config.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import { getCurrentYear } from '@/lib/utils'
88
import { DATA } from '@/data'
99

1010
const config: DocsThemeConfig = {
11-
useNextSeoProps() {
12-
return {
13-
titleTemplate: `%s - ${DATA.name}`
14-
}
15-
},
1611
darkMode: true,
1712
logo: function Logo() {
1813
return <KinotioLogo width={100} height={100} />

0 commit comments

Comments
 (0)