From cfe867aebd0399b553e37618661f7c021a09e276 Mon Sep 17 00:00:00 2001 From: Daeeui Kim Date: Wed, 18 Oct 2023 00:47:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20url=20=EC=A0=88=EB=8C=80=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Map/components/MarkerHtml/MarkerHtml.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home/components/Map/components/MarkerHtml/MarkerHtml.module.scss b/src/pages/Home/components/Map/components/MarkerHtml/MarkerHtml.module.scss index bf657626..45a80281 100644 --- a/src/pages/Home/components/Map/components/MarkerHtml/MarkerHtml.module.scss +++ b/src/pages/Home/components/Map/components/MarkerHtml/MarkerHtml.module.scss @@ -112,7 +112,7 @@ } .cluster { - background-image: url("../../../../../../assets/images/home/location-marker.png"); + background-image: url("/assets/images/home/location-marker.png"); display: flex; cursor: pointer; width: 69px;