Skip to content

Commit 51e1abc

Browse files
committed
fix: correct base64 encoding for image2.jpg in icalgit.toml
1 parent b2eeade commit 51e1abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icalgit.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ alarms = [
2929
# base64 strings are supported
3030
images = [
3131
{name = "image1.jpg", value = "https://example.com/image1.jpg"},
32-
{name = "image2.jpg", value = "/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHB"},
32+
{name = "image2.jpg", value = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg=="},
3333
]
3434

3535
# A list of notifier types that are enabled

0 commit comments

Comments
 (0)