Skip to content

Commit b8e2ccf

Browse files
authored
docs: Don't load Algolia API key from env (#726)
1 parent 1ab161c commit b8e2ccf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/docs/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = {
8282
},
8383
algolia: {
8484
appId: 'FL5BOEA5LF',
85-
apiKey: process.env.ALGOLIA_API_KEY,
85+
apiKey: '00c3351a19fe08956c234eef9938d2ff', // public client key (search-only)
8686
indexName: 'typescript-temporal',
8787
algoliaOptions: { facetFilters: ['type:$TYPE'] },
8888
},

0 commit comments

Comments
 (0)