diff --git a/documentation/docs/theme.config.tsx b/documentation/docs/theme.config.tsx index bf09e0cf32..22a646e1b5 100644 --- a/documentation/docs/theme.config.tsx +++ b/documentation/docs/theme.config.tsx @@ -8,7 +8,6 @@ const config: DocsThemeConfig = { head: function useHead() { const config = useConfig() const { route } = useRouter() - const isDefault = route === '/' || !config.title const image = 'https://nymtech.net/nym_logo.jpg' const description = @@ -19,17 +18,25 @@ const config: DocsThemeConfig = { return ( <>