Skip to content

Commit a65f297

Browse files
committed
Change default index back to edb-docs-staging
Former-commit-id: 8d554d4
1 parent fa26d25 commit a65f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ANSI_STOP = '\033[0m';
1111

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

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

0 commit comments

Comments
 (0)