Add local search

This commit is contained in:
vishnukvmd 2023-12-17 01:26:32 +05:30
parent 5e5c00808a
commit e962a2678d

View file

@ -13,7 +13,9 @@ export default defineConfig({
{ text: "Photos", link: "/photos/index" },
{ text: "Authenticator", link: "/authenticator/index" },
],
search: {
provider: 'local',
},
sidebar: {
"/": sidebarPhotos(),
"/photos/": sidebarPhotos(),