Skip to content

Commit 960d3f1

Browse files
Merge branch 'main' into preload-entries
2 parents 2f870f4 + e4bb92d commit 960d3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/search.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ type OramaDocument = {
3535
};
3636

3737
const client = getOramaClient({
38-
projectId: import.meta.env.ORAMA_PROJECT_ID ?? null,
39-
apiKey: import.meta.env.ORAMA_PUBLIC_API_KEY ?? null,
38+
projectId: import.meta.env.VITE_ORAMA_PROJECT_ID ?? null,
39+
apiKey: import.meta.env.VITE_ORAMA_PUBLIC_API_KEY ?? null,
4040
});
4141

4242
export function Search() {

0 commit comments

Comments
 (0)