mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
search detailedView by default
This commit is contained in:
parent
2b65bc9332
commit
ace1916bdf
1 changed files with 7 additions and 0 deletions
|
|
@ -68,9 +68,16 @@ export default withPwa(
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
build: {
|
||||||
|
// Shut the fuck up
|
||||||
|
chunkSizeWarningLimit: Infinity,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
search: {
|
search: {
|
||||||
|
options: {
|
||||||
|
detailedView: true,
|
||||||
|
},
|
||||||
provider: "local",
|
provider: "local",
|
||||||
},
|
},
|
||||||
outline: "deep",
|
outline: "deep",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue