Skip to content

Commit

Permalink
fix: correct base64 encoding for image2.jpg in icalgit.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 28, 2024
1 parent b2eeade commit 51e1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icalgit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alarms = [
# base64 strings are supported
images = [
{name = "image1.jpg", value = "https://example.com/image1.jpg"},
{name = "image2.jpg", value = "/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHB"},
{name = "image2.jpg", value = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg=="},
]

# A list of notifier types that are enabled
Expand Down

0 comments on commit 51e1abc

Please sign in to comment.