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 6f44a03 + ed2c1be commit 7b570b2Copy full SHA for 7b570b2
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.SIDE,
+ sidebarLayout: process.env.VITE_THEME_SIDEBAR_LAYOUT || LayoutType.MIX,
17
showBreadcrumb: process.env.VITE_SHOW_BREADCRUMB === 'true',
18
},
19
metaTags: {
0 commit comments