Skip to content

Commit

Permalink
swapping demo back to have thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
weastonmiller committed Mar 28, 2023
1 parent a1a580d commit 00d1a18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,32 @@ export const articles: Array<Article> = [
{
_id: 0,
title: `Donabe - The wonderful clay pot with endless possibilities`,
thumbnail:
'https://assets.bonappetit.com/photos/57c59f63a184a3c9209db716/4:3/w_4911,h_3683,c_limit/hot-pot-donabe-chopsticks.jpg',
created: 'Monday March 27th, 2023',
path: '0.md',
},
{
_id: 1,
title: `Donabe - The wonderful clay pot with endless possibilities`,
thumbnail:
'https://assets.bonappetit.com/photos/57c59f63a184a3c9209db716/4:3/w_4911,h_3683,c_limit/hot-pot-donabe-chopsticks.jpg',
created: 'Monday March 27th, 2023',
path: '0.md',
},
{
_id: 2,
title: `Donabe - The wonderful clay pot with endless possibilities`,
thumbnail:
'https://assets.bonappetit.com/photos/57c59f63a184a3c9209db716/4:3/w_4911,h_3683,c_limit/hot-pot-donabe-chopsticks.jpg',
created: 'Monday March 27th, 2023',
path: '0.md',
},
{
_id: 3,
title: `Donabe - The wonderful clay pot with endless possibilities`,
thumbnail:
'https://assets.bonappetit.com/photos/57c59f63a184a3c9209db716/4:3/w_4911,h_3683,c_limit/hot-pot-donabe-chopsticks.jpg',
created: 'Monday March 27th, 2023',
path: '0.md',
},
Expand Down

0 comments on commit 00d1a18

Please sign in to comment.