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 a3b6185 commit d829efdCopy full SHA for d829efd
apps/docs/app/api/search/route.ts
@@ -1,4 +1,6 @@
1
import { createFromSource } from "fumadocs-core/search/server";
2
import { source } from "@/lib/source";
3
4
+export const dynamic = "force-dynamic";
5
+
6
export const { GET } = createFromSource(source);
0 commit comments