Docs: Enable search

This commit is contained in:
MM20 2024-02-05 01:08:41 +01:00
parent 19c092a5ee
commit ad60a5ce9b
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

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' }]],
})