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.
2 parents 2f870f4 + e4bb92d commit 960d3f1Copy full SHA for 960d3f1
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