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 67f61d1 commit 3e14458Copy full SHA for 3e14458
apps/developer-hub/src/app/api/search/route.ts
@@ -1,4 +1,4 @@
1
-import { source } from "@/src/source";
2
import { createFromSource } from "fumadocs-core/search/server";
+import { source } from "../../../source";
3
4
export const { GET } = createFromSource(source);
0 commit comments