Skip to content

Commit

Permalink
fix: print image selfhost (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Jul 18, 2024
2 parents 79ada7a + f2ff02b commit 7bf9187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/views/recipe-default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ html
div(class="image-meta-container")
if recipe.images && recipe.images[0]
div(class='image-container')
img(class='image', src= recipe.images[0].location)
img(class='image', src= ('/' + recipe.images[0].location))
div(class='meta-container')
h1(class='sans header')= recipe.title
if recipe.source || recipe.activeTime || recipe.totalTime || recipe.yield
Expand Down

0 comments on commit 7bf9187

Please sign in to comment.