Skip to content

Commit

Permalink
Merge pull request #716 from nhost/docs-algolio-fix
Browse files Browse the repository at this point in the history
Fix Algolia full page search
  • Loading branch information
plmercereau committed Jun 21, 2022
2 parents 7e0035a + 7f1b8a5 commit 5f4b16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = {
favicon: 'img/favicon.png',
organizationName: 'nhost',
projectName: 'docs',
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
plugins: [require.resolve('docusaurus-plugin-image-zoom')],
presets: [
[
'classic',
Expand Down Expand Up @@ -179,7 +179,7 @@ const config = {
appId: '3A3MJQTKHU',
apiKey: 'a76361eaed8ebcd4cf5d9ae2f0c9e746',
indexName: 'nhost',
contextualSearch: false
contextualSearch: true
},
zoom: {
selector: '.markdown :not(em) > img',
Expand Down

1 comment on commit 5f4b16f

@vercel
Copy link

@vercel vercel bot commented on 5f4b16f Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.