1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +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:
Hayden 2022-06-19 11:47:16 -08:00 committed by GitHub
parent c865bc7769
commit f122c382e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
:key="imageKey"
:max-width="enableLandscape ? null : '50%'"
:height="hideImage ? '50' : imageHeight"
:src="recipeImage(recipe.id, imageKey)"
:src="recipeImage(recipe.id, recipe.image, imageKey)"
class="d-print-none"
@error="hideImage = true"
>