From 413521690b0bd9171898c3288dc91050a44df893 Mon Sep 17 00:00:00 2001 From: Endo-Yuanteng <210224788+Endo-Yuanteng@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:02:37 +0900 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E8=B2=A9=E6=A9=9F=E3=81=AE=E3=83=9E?= =?UTF-8?q?=E3=83=BC=E3=82=AB=E3=83=BC=E3=81=AE=E3=82=A2=E3=82=A4=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=83=91=E3=82=B9=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 41d1d90..6b067f0 100644 --- a/src/app.ts +++ b/src/app.ts @@ -136,7 +136,7 @@ wsbtn.addEventListener("click", () => { }); // 自動販売機のボタンの機能実装 const orangeIcon = L.icon({ - iconUrl: "/src/assets/marker-icon-orange.png", + iconUrl: "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-orange.png", iconSize: [25,41], iconAnchor: [12.5,41] });