From 1e948225e618bc223cdd87869fdabc579e298a02 Mon Sep 17 00:00:00 2001 From: JangSeung <0sunghee122@gmail.com> Date: Wed, 8 Jan 2025 21:24:24 +0900 Subject: [PATCH] . --- src/routes/oven/(time)/+page.svelte | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 = {