Skip to content

Commit 7dbf31c

Browse files
committed
ugh!
1 parent 0e2089b commit 7dbf31c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/api/search/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { source } from '@/lib/source';
22
import { createFromSource } from 'fumadocs-core/search/server';
33

4+
export const revalidate = false;
5+
46
export const { staticGET: GET } = createFromSource(source);

0 commit comments

Comments
 (0)