Skip to content

Commit

Permalink
change the default mode of window width settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisugi committed Oct 25, 2024
1 parent 814087a commit aeeba88
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .vitepress/theme/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ export default {
enhanceApp({ app }) {
app.provide(NolebaseReadInjectionKey, {
layoutSwitch: {
defaultMode: 5,
contentLayoutMaxWidth: {
defaultMaxWidth: 85
},
pageLayoutMaxWidth: {
defaultMaxWidth: 85
}
defaultMode: 3,
}
} as NolebaseReadOptions);
}
Expand Down

0 comments on commit aeeba88

Please sign in to comment.