Update image placeholder URLs

This commit is contained in:
Kimmo Puputti 2018-01-17 16:24:43 +02:00
parent ca510877b6
commit 4fb2a4ce95

View file

@ -62,13 +62,13 @@ export const createImage = id => ({
name: 'square',
height: 408,
width: 408,
url: 'https://placehold.it/408x408',
url: 'https://via.placeholder.com/408x408',
},
{
name: 'square2x',
height: 816,
width: 816,
url: 'https://placehold.it/816x816',
url: 'https://via.placeholder.com/816x816',
},
],
},