From 28e1f668188d3ab3c4dbf1f8a8bd1984168be1cd Mon Sep 17 00:00:00 2001 From: stefanskoricdev Date: Tue, 16 Sep 2025 17:43:55 +0200 Subject: [PATCH] FIX: Email base url --- apps/contact/email-templates/components/Layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/contact/email-templates/components/Layout.tsx b/apps/contact/email-templates/components/Layout.tsx index 31503f84..593fc126 100644 --- a/apps/contact/email-templates/components/Layout.tsx +++ b/apps/contact/email-templates/components/Layout.tsx @@ -13,8 +13,7 @@ import { Text, } from "@react-email/components"; -const baseUrl = - "https://company-website-git-feat-email-layout-crocoder.vercel.app"; +const baseUrl = "https://www.crocoder.dev"; const Layout = ({ children }: { children: React.ReactNode }) => { return (