Skip to content

Commit

Permalink
docs: use new Algolia infrastructure credentials (#5537)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Aug 24, 2022
1 parent 4a805d5 commit 1b2601a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/docusaurusConfig.ts
Expand Up @@ -55,8 +55,8 @@ const pluginContentDocsOptions: PluginContentDocsOptions = {

const themeConfig: ThemeCommonConfig & AlgoliaThemeConfig = {
algolia: {
appId: 'BH4D9OD16A',
apiKey: '1ad6b47d4e742c4c0653877b5511c602',
appId: 'N1HUB2TU6A',
apiKey: '74d42ed10d0f7b327d74d774570035c7',
indexName: 'typescript-eslint',
},
metadata: [
Expand Down

0 comments on commit 1b2601a

Please sign in to comment.