feat: Add search functionality to docs

This commit is contained in:
Faruk AYDIN
2022-10-28 20:45:22 +02:00
parent 179fe512af
commit b178807a39

View File

@@ -105,6 +105,11 @@ export default defineConfig({
footer: {
copyright: 'Copyright © 2022 Automatisch. All rights reserved.',
},
algolia: {
appId: 'I7I8MRYC3P',
apiKey: '9325eb970bdd6a70b1e35528b39ed2fe',
indexName: 'automatisch',
},
},
async transformHead(ctx) {