Skip to content

Commit

Permalink
Algolia to redirect to external site when search results from externa…
Browse files Browse the repository at this point in the history
…l site (#576)

Algolia to redirect to external site when search results from external site (#576)
  • Loading branch information
zdmytriv authored Mar 24, 2023
1 parent 71d3b08 commit 5fb64bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ const config = {
appId: process.env.ALGOLIA_APP_ID || '32YOERUX83',
apiKey: process.env.ALGOLIA_SEARCH_API_KEY || '557985309adf0e4df9dcf3cb29c61928', // this is SEARCH ONLY API key and is not sensitive information
indexName: process.env.ALGOLIA_INDEX_NAME || 'docs.cloudposse.com',
externalUrlRegex: 'atmos\\.tools',
contextualSearch: false
},
footer: {
Expand Down

0 comments on commit 5fb64bb

Please sign in to comment.