Skip to content

Commit

Permalink
removed search for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHoegh committed Aug 12, 2024
1 parent add7d0a commit 537dd76
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
// The application ID provided by Algolia
appId: 'IKKENHCO1V',

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

indexName: 'IKKENHCO1V',

// Optional: see doc section below
contextualSearch: true,
},
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 537dd76

Please sign in to comment.