Skip to content

Commit 5fb64bb

Browse files
authored
Algolia to redirect to external site when search results from external site (#576)
Algolia to redirect to external site when search results from external site (#576)
1 parent 71d3b08 commit 5fb64bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ const config = {
211211
appId: process.env.ALGOLIA_APP_ID || '32YOERUX83',
212212
apiKey: process.env.ALGOLIA_SEARCH_API_KEY || '557985309adf0e4df9dcf3cb29c61928', // this is SEARCH ONLY API key and is not sensitive information
213213
indexName: process.env.ALGOLIA_INDEX_NAME || 'docs.cloudposse.com',
214+
externalUrlRegex: 'atmos\\.tools',
214215
contextualSearch: false
215216
},
216217
footer: {

0 commit comments

Comments
 (0)