Skip to content

Commit

Permalink
Merge pull request #1108 from EnterpriseDB/release/2021-03-22
Browse files Browse the repository at this point in the history
Production Release 2021-03-22

Former-commit-id: fa55798
  • Loading branch information
epbarger authored Mar 22, 2021
2 parents 9ed314e + f9e99f4 commit 10bd9c8
Show file tree
Hide file tree
Showing 133 changed files with 8,196 additions and 18 deletions.
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
Loading

0 comments on commit 10bd9c8

Please sign in to comment.