diff --git a/theme.config.tsx b/theme.config.tsx index bc5c533a3..acc8ef17d 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -4,7 +4,7 @@ import { useRouter } from "next/router"; import { useConfig } from "nextra-theme-docs"; import { FeelbackYesNo, PRESET_LIKE_DISLIKE } from "@feelback/react"; import "@feelback/react/styles/feelback.css"; -import { Search } from "./components/Search"; +//import { Search } from "./components/Search"; const config: DocsThemeConfig = { logo: ( @@ -36,9 +36,9 @@ const config: DocsThemeConfig = { ) }, - search: { - component: Search, - }, + // search: { + // component: true, + // }, project: { link: "https://github.com/ethereum-optimism/docs", },