Docs: Enable search

This commit is contained in:
MM20
2024-02-05 01:08:41 +01:00
parent 19c092a5ee
commit ad60a5ce9b
+3
View File
@@ -25,6 +25,9 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/MM2-0/Kvaesitso' },
],
search: {
provider: 'local',
},
},
head: [['link', { rel: 'icon', href: '/icon.png' }]],
})