We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26d25 commit a65f297Copy full SHA for a65f297
gatsby-config.js
@@ -11,7 +11,7 @@ const ANSI_STOP = '\033[0m';
11
12
const isBuild = process.env.NODE_ENV === 'production';
13
const isProduction = process.env.APP_ENV === 'production';
14
-const algoliaIndex = process.env.ALGOLIA_INDEX_NAME || 'edb-docs-test';
+const algoliaIndex = process.env.ALGOLIA_INDEX_NAME || 'edb-docs-staging';
15
16
/******** Sourcing *********/
17
const sourceFilename = isBuild ? 'build-sources.json' : 'dev-sources.json';
0 commit comments