diff --git a/src/routes/oven/(time)/+page.svelte b/src/routes/oven/(time)/+page.svelte index 8c2cce3c..f39d4ede 100644 --- a/src/routes/oven/(time)/+page.svelte +++ b/src/routes/oven/(time)/+page.svelte @@ -11,16 +11,11 @@ import oven from '/src/public/element/otherthing/otherelement/oven.png'; import danger from '/src/public/element/otherthing/otherelement/choseoven.png'; - import thr from `/src/public/element/otherthing/otherelement/oven1.png`; - import one from `/src/public/element/otherthing/otherelement/oven2.png`; - import onethr from `/src/public/element/otherthing/otherelement/oven3.pn;g`; - import eig from `/src/public/element/otherthing/otherelement/oven4.png`; - const ovenImages = { - thr : thr, - one : one, - onethr: onethr, - eig: eig, + 'thr': `${ASSETS_PREFIX}/oven1.png`, + 'one': `${ASSETS_PREFIX}/oven2.png`, + 'onethr': `${ASSETS_PREFIX}/oven3.png`, + 'eig': `${ASSETS_PREFIX}/oven4.png` }; const timeMapping = {