Skip to content

Commit 7b570b2

Browse files
authored
Merge pull request #167 from arifszn/arifszn-patch-2
Update config.ts
2 parents 6f44a03 + ed2c1be commit 7b570b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const CONFIG = {
1313
enablePWA: process.env.VITE_ENABLE_PWA === 'true',
1414
theme: {
1515
accentColor: process.env.VITE_THEME_ACCENT_COLOR || '#18181b',
16-
sidebarLayout: process.env.VITE_THEME_SIDEBAR_LAYOUT || LayoutType.SIDE,
16+
sidebarLayout: process.env.VITE_THEME_SIDEBAR_LAYOUT || LayoutType.MIX,
1717
showBreadcrumb: process.env.VITE_SHOW_BREADCRUMB === 'true',
1818
},
1919
metaTags: {

0 commit comments

Comments
 (0)