Skip to content

Commit f24c95a

Browse files
authored
🐛 Fix emails package complaining about missing static folder (#915)
1 parent f771f6a commit f24c95a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/emails/src/templates/components/email-context.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type EmailContext = {
66
};
77

88
export const EmailContext = React.createContext<EmailContext>({
9-
logoUrl: "",
9+
logoUrl: "/static/logo.png",
1010
baseUrl: "",
1111
});
1212

packages/emails/static/logo.png

2.23 KB
Loading

0 commit comments

Comments
 (0)