search detailedView by default

This commit is contained in:
taskylizard
2023-10-31 21:45:40 +05:30
parent 2b65bc9332
commit ace1916bdf

View File

@@ -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",