Skip to content

Commit

Permalink
Change default index back to edb-docs-staging
Browse files Browse the repository at this point in the history
Former-commit-id: 8d554d4
  • Loading branch information
epbarger committed Mar 19, 2021
1 parent fa26d25 commit a65f297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ANSI_STOP = '\033[0m';

const isBuild = process.env.NODE_ENV === 'production';
const isProduction = process.env.APP_ENV === 'production';
const algoliaIndex = process.env.ALGOLIA_INDEX_NAME || 'edb-docs-test';
const algoliaIndex = process.env.ALGOLIA_INDEX_NAME || 'edb-docs-staging';

/******** Sourcing *********/
const sourceFilename = isBuild ? 'build-sources.json' : 'dev-sources.json';
Expand Down

0 comments on commit a65f297

Please sign in to comment.