Added algolia search

This commit is contained in:
Ravaga 2023-11-20 13:26:21 +01:00 committed by GitHub
parent c2bb60c28d
commit fff7a279e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,11 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
appId: 'GZR5BV1JNU',
apiKey: 'aa52f5e09870e3882638cccd64c79ad0',
indexName: 'zano',
}
},
};