Skip to content

Commit 10bd9c8

Browse files
authored
Merge pull request #1108 from EnterpriseDB/release/2021-03-22
Production Release 2021-03-22 Former-commit-id: fa55798
2 parents 9ed314e + f9e99f4 commit 10bd9c8

File tree

133 files changed

+8196
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+8196
-18
lines changed

gatsby-config.js

+1-1
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)