Skip to content

Commit 7fc92c1

Browse files
committed
fix(docs): search hosted servic path
1 parent faf4877 commit 7fc92c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/components/search-dialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FumaSearchDialog from "fumadocs-ui/components/dialog/search-algolia";
77
import { usePathname } from "next/navigation";
88

99
const client = algo(
10-
process.env.ALGOLIA_APP_ID,
10+
process.env.NEXT_PUBLIC_ALGOLIA_APP_ID,
1111
process.env.NEXT_PUBLIC_ALGOLIA_READ_KEY!
1212
);
1313

0 commit comments

Comments
 (0)