We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a066372 commit 7cbf829Copy full SHA for 7cbf829
apps/docs/cli.mdx
@@ -36,9 +36,10 @@ export default Email(props) {
36
```
37
38
<Info>
39
- This does not mean your images are hosted for you to send the emails,
40
- if you do send your email here and you are using a image or similar inside of `emails/static`
41
- they will not load properly on the email.
+ This does not mean your images are hosted for you to send the emails.
+
+ If you do send the rendered email, and you are trying to link to an image
42
+ or something similar inside `emails/static`, they will not load properly on the email.
43
</Info>
44
45
Of curse, more often than not you will need to host your images on a CDN, so we recommend
0 commit comments