From a8f90a8561643d87cb97c11d4680a6aced7036e0 Mon Sep 17 00:00:00 2001 From: Guy Ben Aharon Date: Sun, 22 Feb 2026 15:43:04 +0200 Subject: [PATCH] fix: convex url --- apps/web/src/components/runtime-config.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/src/components/runtime-config.tsx b/apps/web/src/components/runtime-config.tsx index 703773e..14622da 100644 --- a/apps/web/src/components/runtime-config.tsx +++ b/apps/web/src/components/runtime-config.tsx @@ -1,9 +1,4 @@ export const RuntimeConfig = () => { - // Cloud builds have NEXT_PUBLIC_CONVEX_URL baked in at build time — no runtime injection needed - if (process.env.NEXT_PUBLIC_CLAWE_EDITION === "cloud") { - return null; - } - const config = { convexUrl: process.env.NEXT_PUBLIC_CONVEX_URL || process.env.CONVEX_URL || "",