From 2c1458e02631819ba8caed77a69f3ec4bae14711 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 8 Feb 2026 13:58:32 -0500 Subject: [PATCH] chore: update VITE_IS_LANDING_DEFAULT variable to true in .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 63e92e2..7a5bc87 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ VITE_APP_API_URL=http://localhost:2021 -VITE_IS_LANDING_DEFAULT=false +VITE_IS_LANDING_DEFAULT=true VITE_OPENREPLAY_PROJECT_KEY= VITE_IS_SELF_HOSTED=false \ No newline at end of file