Skip to content

Commit

Permalink
Update test.php (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 26, 2024
1 parent 2cd8f98 commit 5701af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$item != ".." &&
!in_array($item, $forbidden)
) {
$projects[strtolower($item)] = ["screenshot" => "https://picsum.photos/200/300", "description" => $item, "name" => $item, "url" => "https://guilhermebranco.com.br/" . $item . "/" . $utm];
$projects[strtolower($item)] = ["screenshot" => "https://picsum.photos/seed/".urlencode($item)."/200/300", "description" => $item, "name" => $item, "url" => "https://guilhermebranco.com.br/" . $item . "/" . $utm];
}
}
closedir($o);
Expand Down

0 comments on commit 5701af7

Please sign in to comment.