From 16dd8f8ad27690ee94132cbc4c743a075809b746 Mon Sep 17 00:00:00 2001 From: sirily11 <32106111+sirily11@users.noreply.github.com> Date: Thu, 14 May 2026 18:54:17 +0800 Subject: [PATCH] fix: og image url --- website/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/app/layout.tsx b/website/app/layout.tsx index d774c56b..9e6f0f9c 100644 --- a/website/app/layout.tsx +++ b/website/app/layout.tsx @@ -22,7 +22,7 @@ const jetbrainsMono = JetBrains_Mono({ export const metadata: Metadata = { metadataBase: new URL( - process.env.NEXT_PUBLIC_SITE_URL ?? "https://rxcode.app" + process.env.NEXT_PUBLIC_SITE_URL ?? "https://code.rxlab.app" ), title: "RxCode — The Visual Command Center for AI Coding Agents", description: