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 3a7e01b commit e4bb92dCopy full SHA for e4bb92d
src/ui/search.tsx
@@ -35,8 +35,8 @@ type OramaDocument = {
35
};
36
37
const client = getOramaClient({
38
- projectId: import.meta.env.ORAMA_PROJECT_ID ?? null,
39
- apiKey: import.meta.env.ORAMA_PUBLIC_API_KEY ?? null,
+ projectId: import.meta.env.VITE_ORAMA_PROJECT_ID ?? null,
+ apiKey: import.meta.env.VITE_ORAMA_PUBLIC_API_KEY ?? null,
40
});
41
42
export function Search() {
0 commit comments