Skip to content

Commit

Permalink
back to lunr until algolia finishes indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Jan 6, 2024
1 parent 04b736b commit 6c170a2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ module.exports = {
},
{ name: 'twitter:image:alt', content: 'The MobX Logo' },
],
algolia: {
appId: 'AMDU1T0FSC',

// Public API key: it is safe to commit it
apiKey: 'a35f8d278e5a09518b214b23d3b03bf7',

indexName: 'mobx',
},
// algolia: {
// appId: 'AMDU1T0FSC',
//
// // Public API key: it is safe to commit it
// apiKey: 'a35f8d278e5a09518b214b23d3b03bf7',
//
// indexName: 'mobx',
// },
},
plugins: [
[
Expand All @@ -125,7 +125,7 @@ module.exports = {
indexBaseUrl: true,
},
],
// require.resolve('docusaurus-lunr-search'),
require.resolve('docusaurus-lunr-search'),
function postCSSPlugin(context, options) {
return {
name: 'docusaurus-tailwindcss',
Expand Down

0 comments on commit 6c170a2

Please sign in to comment.