Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Create an OG-image-template anywhere in the input directory. Use only the suppor

<div class="root">
<h1 class="title">{{ title }}</h1>
<img src="data:image/png;base64,xxxxxx=" width="xxx" height="xxx"></img><!-- since Eleventy >v3.1.2 calling an image from an absolute URL as required per the Satori pdepency severely impacts build performance. Base64 allows to avoid performance problems. -->
</div>
```

Expand Down