mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 16:54:19 -04:00
refactor/docker-updates (#369)
* convert all images to webp * consolidate docker files * serve images wiith caddy * consolidate docker files * new slim-buster image * set image url * add image path * remove print * set image path correctly * cleanup * caddy proxy path * docs Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
||||
},
|
||||
getImage(image) {
|
||||
if (image) {
|
||||
return api.recipes.recipeImage(image) + "&rnd=" + this.imageKey;
|
||||
return api.recipes.recipeImage(image) + "?&rnd=" + this.imageKey;
|
||||
}
|
||||
},
|
||||
async deleteRecipe() {
|
||||
|
||||
Reference in New Issue
Block a user