Merge pull request #656 from automatisch/feature/docs-search

feat: Add search functionality to docs
This commit is contained in:
Ömer Faruk Aydın
2022-10-28 20:51:42 +02:00
committed by GitHub

View File

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