diff --git a/helm-frontend/public/config.js b/helm-frontend/public/config.js
index 0d0df029cb4..dd700b83d3d 100644
--- a/helm-frontend/public/config.js
+++ b/helm-frontend/public/config.js
@@ -1,4 +1,4 @@
window.RELEASE = "v1.0.0";
window.BENCHMARK_OUTPUT_BASE_URL =
"https://storage.googleapis.com/crfm-helm-public/lite/benchmark_output/";
-window.PROJECT_ID = "lite";
+window.PROJECT_ID = "home";
diff --git a/helm-frontend/src/components/Landing/HomeLanding.tsx b/helm-frontend/src/components/Landing/HomeLanding.tsx
index b2779186062..5b5cd0f59ad 100644
--- a/helm-frontend/src/components/Landing/HomeLanding.tsx
+++ b/helm-frontend/src/components/Landing/HomeLanding.tsx
@@ -68,20 +68,12 @@ export default function HomeLanding() {
return (
<>