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 91cff5a commit 14f4abdCopy full SHA for 14f4abd
lychee.toml
@@ -17,7 +17,6 @@ exclude = [
17
'^https://console.firebase.google.com',
18
'^https://console.cloud.google.com',
19
'^https://jb.gg',
20
- '^https://picsum.photos',
21
]
22
23
exclude_path = [
tests/Integration/MessagingTest.php
@@ -42,7 +42,7 @@ public static function createFullMessageData(): array
42
// https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification
43
'title' => 'Notification title',
44
'body' => 'Notification body',
45
- 'image' => 'https://picsum.photos/400/200',
+ 'image' => 'https://example.com/image.jpg',
46
],
47
'data' => [
48
'key_1' => 'Value 1',
0 commit comments