Skip to content

Commit

Permalink
Fix broken images on recipes pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlamz committed Aug 28, 2024
1 parent fc8f177 commit 0b892d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/baked_feta_eggs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>Baked Feta Eggs</h1>

<img
src="/img/baked-feta-eggs.webp"
src="../img/baked-feta-eggs.webp"
alt="Image of finished baked feta eggs recipe"
/>

Expand Down
2 changes: 1 addition & 1 deletion recipes/breakfast_nachos.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>Breakfast Nachos</h1>

<img
src="/img/breakfast-nachos.webp"
src="../img/breakfast-nachos.webp"
alt="Image of finished breakfast nachos recipe"
/>

Expand Down
2 changes: 1 addition & 1 deletion recipes/oatmeal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<h1>Oatmeal</h1>

<img src="/img/oatmeal.webp" alt="Image of finished oatmeal recipe" />
<img src="../img/oatmeal.webp" alt="Image of finished oatmeal recipe" />

<h2>
A fast and healthy breakfast cereal or high-energy snack. Oatmeal made
Expand Down

0 comments on commit 0b892d9

Please sign in to comment.