Render search results in detailed view

This commit is contained in:
vishnukvmd 2023-12-17 01:38:28 +05:30
parent e962a2678d
commit bf0fbdd0ca

View file

@ -14,7 +14,10 @@ export default defineConfig({
{ text: "Authenticator", link: "/authenticator/index" },
],
search: {
provider: 'local',
provider: "local",
options: {
detailedView: true,
},
},
sidebar: {
"/": sidebarPhotos(),