Skip to content

Commit

Permalink
docs: remove data URL prefix from base64 example in configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 28, 2024
1 parent 680fde2 commit b2eeade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The [`icalgit.toml`](icalgit.toml) file is used to configure the behavior of the
```toml
images = [
{name = "image1.jpg", value = "https://example.com/image1.jpg"},
{name = "image1.jpg", value = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."},
{name = "image1.jpg", value = "iVBORw0KGgoAAAANSUhEUgAA..."},
{name = "image2.jpg", value = "https://example.com/image2.jpg"}
]
```
Expand Down

0 comments on commit b2eeade

Please sign in to comment.