search detailedView by default

This commit is contained in:
taskylizard 2023-10-31 21:45:40 +05:30
parent 2b65bc9332
commit ace1916bdf
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -68,9 +68,16 @@ export default withPwa(
],
}),
],
build: {
// Shut the fuck up
chunkSizeWarningLimit: Infinity,
},
},
themeConfig: {
search: {
options: {
detailedView: true,
},
provider: "local",
},
outline: "deep",