Skip to content

Commit 75204fe

Browse files
FIX: Email base url (#614)
1 parent ac5897b commit 75204fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/contact/email-templates/components/Layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import {
1313
Text,
1414
} from "@react-email/components";
1515

16-
const baseUrl =
17-
"https://company-website-git-feat-email-layout-crocoder.vercel.app";
16+
const baseUrl = "https://www.crocoder.dev";
1817

1918
const Layout = ({ children }: { children: React.ReactNode }) => {
2019
return (

0 commit comments

Comments
 (0)