mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
🐛 Fix emails package complaining about missing static folder (#915)
This commit is contained in:
parent
f771f6aab5
commit
f24c95afe1
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export type EmailContext = {
|
|||
};
|
||||
|
||||
export const EmailContext = React.createContext<EmailContext>({
|
||||
logoUrl: "",
|
||||
logoUrl: "/static/logo.png",
|
||||
baseUrl: "",
|
||||
});
|
||||
|
||||
|
|
BIN
packages/emails/static/logo.png
Normal file
BIN
packages/emails/static/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Reference in a new issue