Skip to content

Commit

Permalink
modified: theme.config.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordtus committed May 4, 2024
1 parent 4bb2b8d commit a4cadb1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const config: DocsThemeConfig = {
content: null,
},
head: <></>,
sidebar: {
defaultMenuCollapseLevel: 1,
},
useNextSeoProps() {
return {
titleTemplate: "%s - Sei Docs",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a4cadb1

Please sign in to comment.