diff --git a/frontend/src/pages/Recipe/ViewRecipe.vue b/frontend/src/pages/Recipe/ViewRecipe.vue index b9dde19b4..da83c3c16 100644 --- a/frontend/src/pages/Recipe/ViewRecipe.vue +++ b/frontend/src/pages/Recipe/ViewRecipe.vue @@ -163,7 +163,7 @@ export default { }, getImage(image) { if (image) { - return api.recipes.recipeImage(image) + "&rnd=" + this.imageKey; + return api.recipes.recipeImage(image) + "?&rnd=" + this.imageKey; } }, deleteRecipe() {