Skip to content

Commit d9f0a8a

Browse files
rohanharikrclaude
andcommitted
fix: Disable search bar until CDK CSP redeploy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 42aadbc commit d9f0a8a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/nextra-layout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default async function NextraLayout({ children }) {
1111
logo={<span className="font-semibold text-xl">hello.dev</span>}
1212
/>
1313
}
14+
search={null}
1415
docsRepositoryBase="https://github.com/hellocoop/hello.dev/tree/main/"
1516
darkMode={false}
1617
sidebar={{

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import nextra from 'nextra'
22

33
const withNextra = nextra({
44
defaultShowCopyCode: true,
5+
search: false,
56
})
67

78
const isProd = process.env.NODE_ENV === 'production'

0 commit comments

Comments
 (0)