invalidate image cache on /edit properly

This commit is contained in:
2024-02-21 09:38:55 +01:00
parent 68973dbec7
commit bda44e4647

View File

@ -10,7 +10,7 @@
export let data: PageData;
let preamble = data.recipe.preamble
let addendum = data.recipe.addendum
let image_preview_url="https://bocken.org/static/rezepte/thumb/" + data.recipe.short_name + ".webp"
let image_preview_url="https://bocken.org/static/rezepte/thumb/" + data.recipe.short_name + ".webp?v=" + data.recipe.dateModified;
let note = data.recipe.note
import { season } from '$lib/js/season_store';