Skip to content

Commit

Permalink
revert to the original appid and apikey for algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
azgcloudev committed Aug 4, 2023
1 parent 898595e commit aabaa4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,10 @@ const config = {

algolia: {
// The application ID provided by Algolia
appId: 'supabase',
// appId: process.env.ALGOLIA_APP_ID,
appId: process.env.ALGOLIA_APP_ID,

// Public API key
apiKey: 'supabase',
apiKey: process.env.ALGOLIA_API_KEY,

indexName: "learntocloud",

Expand Down

0 comments on commit aabaa4b

Please sign in to comment.