Skip to content

Commit

Permalink
feat(v5 search): update algolia keys (#4349)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul authored Oct 29, 2024
1 parent aeadb86 commit 9344953
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ if (process.env.EXTENSIONS_ONLY === 'true') {
module.exports = {
googleAnalyticsID: 'UA-47523816-6',
algolia: {
apiKey: 'a8fb1726b78594ff97a3418757514404',
appId: '79P4ZBH7A3',
indexName: 'patternfly'
apiKey: '4a34ef26211aa889d6da13961e648b89',
appId: '9HOHO8TZX7',
indexName: 'v5-archive-patternfly'
},
hasGdprBanner: true,
hasFooter: true,
Expand Down

0 comments on commit 9344953

Please sign in to comment.