Skip to content

Commit 5748f2f

Browse files
authored
fix: convex url (#76)
1 parent 6b55db4 commit 5748f2f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/web/src/components/runtime-config.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
export const RuntimeConfig = () => {
2-
// Cloud builds have NEXT_PUBLIC_CONVEX_URL baked in at build time — no runtime injection needed
3-
if (process.env.NEXT_PUBLIC_CLAWE_EDITION === "cloud") {
4-
return null;
5-
}
6-
72
const config = {
83
convexUrl:
94
process.env.NEXT_PUBLIC_CONVEX_URL || process.env.CONVEX_URL || "",

0 commit comments

Comments
 (0)