We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61328a1 commit d9707c2Copy full SHA for d9707c2
app/api/search/route.ts
@@ -1,4 +1,6 @@
1
import { source } from '@/lib/source';
2
import { createFromSource } from 'fumadocs-core/search/server';
3
4
-export const { GET } = createFromSource(source);
+export const revalidate = false;
5
+
6
+export const { staticGET: GET } = createFromSource(source);
0 commit comments