Replies: 1 comment 1 reply
-
when using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have my images in static/logo.png and I am displaying it as below:
The images shows up in the react email dev env but sending the email results in the image not showing up. I tried changing the source to a live url like localhost:3001/logo.png and that displayed the image fine.
I am using Next.js from my understanding the static folder is deprecated and that may play a role.
Beta Was this translation helpful? Give feedback.
All reactions