Render search results in detailed view
This commit is contained in:
parent
e962a2678d
commit
bf0fbdd0ca
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@ export default defineConfig({
|
|||
{ text: "Authenticator", link: "/authenticator/index" },
|
||||
],
|
||||
search: {
|
||||
provider: 'local',
|
||||
provider: "local",
|
||||
options: {
|
||||
detailedView: true,
|
||||
},
|
||||
},
|
||||
sidebar: {
|
||||
"/": sidebarPhotos(),
|
||||
|
|
Loading…
Add table
Reference in a new issue