chore: adjusting the site config as now we've got a new search

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-01-30 22:40:45 +01:00
parent 0fcedaa881
commit 2a23d5054a
+3 -2
View File
@@ -138,8 +138,9 @@ const siteConfig = {
],
algolia: {
apiKey: '8d115c9875ba0f4feaee95bab55a1645',
indexName: 'backstage',
apiKey: '10b9e6c92a4513c1cf390f50e53aad1f',
indexName: 'backstage_io',
appId: 'JCMFNHCHI8',
searchParameters: {}, // Optional (if provided by Algolia)
},
};