diff --git a/theme.config.tsx b/theme.config.tsx index ce59fdb0..540c0f94 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -20,6 +20,9 @@ const config: DocsThemeConfig = { content: null, }, head: <>, + sidebar: { + defaultMenuCollapseLevel: 1, + }, useNextSeoProps() { return { titleTemplate: "%s - Sei Docs", @@ -47,12 +50,6 @@ const config: DocsThemeConfig = { rel: "icon", href: "/favicon.ico", }, - { - href: "/favicon-16x16.png", - rel: "icon", - sizes: "16x16", - type: "image/png", - }, { href: "/favicon-32x32.png", rel: "icon",