Skip to content

Commit 3e14458

Browse files
committed
fix: remove missed use of path alias
1 parent 67f61d1 commit 3e14458

File tree

1 file changed

+1
-1
lines changed
  • apps/developer-hub/src/app/api/search

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { source } from "@/src/source";
21
import { createFromSource } from "fumadocs-core/search/server";
2+
import { source } from "../../../source";
33

44
export const { GET } = createFromSource(source);

0 commit comments

Comments
 (0)