From 63213a726d89026f4b35b77466c97ebf3da1e351 Mon Sep 17 00:00:00 2001 From: Jeremy <102432453+shackstack@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:31:53 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20PWA=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 8445d7971..8734366f0 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -15,7 +15,7 @@ "name": "맛집 지도" } ], - "icons": [{ "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" }], + "icons": [{ "src": "/celuveat-logo.png", "sizes": "any", "type": "image/png" }], "id": "celuveat", "lang": "ko", "display_override": ["standalone", "window-controls-overlay"]