Skip to content

Commit

Permalink
try external url regex (#4909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Mar 24, 2022
1 parent 1af0fbc commit 788e92d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ module.exports = {
projectName: 'redwood', // Usually your repo name.,
themeConfig: {
algolia: {
appId: '9YZJ9GHCKX',
apiKey: 'b8585f09d7fec5154602cdf8788ccb1d',
indexName: 'docs',
appId: '37B3LHULK0',
apiKey: '1d7f2f299d9a38c157501c301425f090',
indexName: 'learn-redwood',
contextualSearch: true,
searchParameters: {},
externalUrlRegex: 'redwoodjs.com',
},
navbar: {
title: 'RedwoodJS',
Expand Down

0 comments on commit 788e92d

Please sign in to comment.