Skip to content

Commit e59505c

Browse files
authored
Merge pull request #1230 from ethereum-optimism/fix-algolia
Removed algolia implementation
2 parents 4daaff2 + 220ac33 commit e59505c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme.config.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useRouter } from "next/router";
44
import { useConfig } from "nextra-theme-docs";
55
import { FeelbackYesNo, PRESET_LIKE_DISLIKE } from "@feelback/react";
66
import "@feelback/react/styles/feelback.css";
7-
import { Search } from "./components/Search";
7+
//import { Search } from "./components/Search";
88

99
const config: DocsThemeConfig = {
1010
logo: (
@@ -36,9 +36,9 @@ const config: DocsThemeConfig = {
3636
</a>
3737
)
3838
},
39-
search: {
40-
component: Search,
41-
},
39+
// search: {
40+
// component: true,
41+
// },
4242
project: {
4343
link: "https://github.com/ethereum-optimism/docs",
4444
},

0 commit comments

Comments
 (0)