Skip to content

Commit 6da40d8

Browse files
Merge branch 'main' into docs/rendering-modes
2 parents 178b62a + e4bb92d commit 6da40d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)