Skip to content

Commit ed2fd14

Browse files
committed
Update explorer 이름을 wiki로 변경한다.
1 parent 95d69ad commit ed2fd14

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

quartz.layout.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ export const defaultContentPageLayout: PageLayout = {
7575
{ Component: Component.ReaderMode() },
7676
],
7777
}),
78-
Component.DesktopOnly(Component.Explorer({sortFn: sortByRecentDate})),
78+
Component.DesktopOnly(Component.Explorer({
79+
title: "Wiki",
80+
sortFn: sortByRecentDate
81+
})),
7982
],
8083
right: [
8184
Component.DesktopOnly(Component.TableOfContents()),
@@ -99,7 +102,10 @@ export const defaultListPageLayout: PageLayout = {
99102
{ Component: Component.Darkmode() },
100103
],
101104
}),
102-
Component.DesktopOnly(Component.Explorer({sortFn: sortByRecentDate})),
105+
Component.DesktopOnly(Component.Explorer({
106+
title: "Wiki",
107+
sortFn: sortByRecentDate
108+
})),
103109
],
104110
right: [],
105111
}

0 commit comments

Comments
 (0)