Skip to content

Commit 6f44a03

Browse files
authored
Merge pull request #166 from arifszn/arifszn-patch-2
Set sidebar mode as `SIDE`
2 parents a39f14a + 0027e07 commit 6f44a03

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.TOP,
16+
sidebarLayout: process.env.VITE_THEME_SIDEBAR_LAYOUT || LayoutType.SIDE,
1717
showBreadcrumb: process.env.VITE_SHOW_BREADCRUMB === 'true',
1818
},
1919
metaTags: {

0 commit comments

Comments
 (0)