feat: reader mode

This commit is contained in:
Jacky Zhao
2025-04-17 19:45:17 -07:00
parent 95680d9fa8
commit d91beaa3bf
8 changed files with 139 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export const defaultContentPageLayout: PageLayout = {
grow: true,
},
{ Component: Component.Darkmode() },
{ Component: Component.ReaderMode() },
],
}),
Component.Explorer(),