diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index e7a818f..be123b2 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -1,7 +1,6 @@ import React from 'react' -import { DocsThemeConfig } from 'nextra-theme-docs' import Link from 'next/link' -const config: DocsThemeConfig = { +const config = { logo: (
Bikram Sambat @@ -24,10 +23,8 @@ const config: DocsThemeConfig = {
) }, - primaryHue: { - light: 15, - dark: 20 - }, + primaryHue: 1, + primarySaturation: 77, useNextSeoProps: () => ({ titleTemplate: '%s – Bikram Sambat' })