mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04: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:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user