mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
add recipe.image cache key to bush caches (#1427)
* add recipe.image cache key to bush caches * hotfix: TS type error
This commit is contained in:
parent
c865bc7769
commit
f122c382e9
3 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
|||
:max-width="enableLandscape ? null : '50%'"
|
||||
min-height="50"
|
||||
:height="hideImage ? undefined : imageHeight"
|
||||
:src="recipeImage(recipe.id, imageKey)"
|
||||
:src="recipeImage(recipe.id, recipe.image, imageKey)"
|
||||
class="d-print-none"
|
||||
@error="hideImage = true"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue