We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5897b commit 75204feCopy full SHA for 75204fe
apps/contact/email-templates/components/Layout.tsx
@@ -13,8 +13,7 @@ import {
13
Text,
14
} from "@react-email/components";
15
16
-const baseUrl =
17
- "https://company-website-git-feat-email-layout-crocoder.vercel.app";
+const baseUrl = "https://www.crocoder.dev";
18
19
const Layout = ({ children }: { children: React.ReactNode }) => {
20
return (
0 commit comments