Add local search
This commit is contained in:
parent
5e5c00808a
commit
e962a2678d
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ export default defineConfig({
|
|||
{ text: "Photos", link: "/photos/index" },
|
||||
{ text: "Authenticator", link: "/authenticator/index" },
|
||||
],
|
||||
|
||||
search: {
|
||||
provider: 'local',
|
||||
},
|
||||
sidebar: {
|
||||
"/": sidebarPhotos(),
|
||||
"/photos/": sidebarPhotos(),
|
||||
|
|
Loading…
Add table
Reference in a new issue