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 54e61fe commit 63cf0b6Copy full SHA for 63cf0b6
priv/repo/seeds.exs
@@ -351,7 +351,8 @@ for {repo_name, issues} <- repos do
351
insert!(:repository, %{
352
name: repo_name,
353
url: "https://github.com/piedpiper/#{repo_name}",
354
- user_id: pied_piper.id
+ user_id: pied_piper.id,
355
+ og_image_url: "https://algora.io/asset/storage/v1/object/public/mock/repo_og_image.jpg"
356
})
357
358
for {issue_title, index} <- Enum.with_index(issues, 1) do
0 commit comments