mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-27 09:09:43 +02: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:
parent
7153ff6f25
commit
3e80947a4c
12 changed files with 110 additions and 78 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue