search detailedView by default
This commit is contained in:
parent
2b65bc9332
commit
ace1916bdf
@ -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…
Reference in New Issue
Block a user