Skip to content

Commit

Permalink
Fix image paths on deployed example
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshader committed Dec 12, 2024
1 parent 698ab02 commit a15beba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wishlist:
description: Blue as the sky
tags: [round, chocolate]
link: https://en.wikipedia.org/wiki/Blue
image: /assets/images/blue.png
image: assets/images/blue.png
favourite: true

- title: Red Chocolate
Expand All @@ -21,7 +21,7 @@ wishlist:
description: Red as a strawberry
tags: [square, chocolate]
link: https://en.wikipedia.org/wiki/Red
image: /assets/images/red.png
image: assets/images/red.png
favourite: true

- title: Orange Chocolate
Expand All @@ -30,7 +30,7 @@ wishlist:
description: Wait... that's not chocolate!
tags: [round, chocolate]
link: https://en.wikipedia.org/wiki/Orange
image: /assets/images/orange.png
image: assets/images/orange.png
favourite: false

- title: Green Chocolate
Expand All @@ -39,7 +39,7 @@ wishlist:
description: Green as the grass
tags: [square, chocolate]
link: https://en.wikipedia.org/wiki/Green
image: /assets/images/green.png
image: assets/images/green.png
favourite: false

categories:
Expand Down

0 comments on commit a15beba

Please sign in to comment.