We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a39f14a + 0027e07 commit 6f44a03Copy full SHA for 6f44a03
config.ts
@@ -13,7 +13,7 @@ const CONFIG = {
13
enablePWA: process.env.VITE_ENABLE_PWA === 'true',
14
theme: {
15
accentColor: process.env.VITE_THEME_ACCENT_COLOR || '#18181b',
16
- sidebarLayout: process.env.VITE_THEME_SIDEBAR_LAYOUT || LayoutType.TOP,
+ sidebarLayout: process.env.VITE_THEME_SIDEBAR_LAYOUT || LayoutType.SIDE,
17
showBreadcrumb: process.env.VITE_SHOW_BREADCRUMB === 'true',
18
},
19
metaTags: {
0 commit comments