From c079caab842f6c3331f90da4b403b36ec881f907 Mon Sep 17 00:00:00 2001 From: woojoung Date: Fri, 18 Oct 2024 20:56:04 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Chore:=20viewport=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1b25f23..db05716 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,8 @@ - - - - + + Wish-위시 From 5d6a3a51ac1c0bc40fb10daf3ea9a4f5c031399a Mon Sep 17 00:00:00 2001 From: woojoung Date: Fri, 18 Oct 2024 20:56:23 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Chore:=20=EC=98=A4=ED=83=80=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index db05716..bfdad15 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Wish-위시 + Wish
From b371bf2c28fb5c2c12a8283cc9659bb74d7d6dd4 Mon Sep 17 00:00:00 2001 From: woojoung Date: Fri, 18 Oct 2024 21:01:52 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Chore:=20=EC=98=A4=EB=A5=98=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 806ab61..c5e7e52 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,17 +15,17 @@ export default defineConfig({ theme_color: '#ffffff', // 테마 색상 icons: [ { - src: '/icons/icon-192x192.png', // 아이콘 경로 + src: 'public/icons/pwa-192x192.png', sizes: '192x192', type: 'image/png', }, { - src: '/icons/icon-512x512.png', // 큰 아이콘 경로 + src: 'public/icons/pwa-512x512.png', sizes: '512x512', type: 'image/png', }, { - src: '/icons/icon-512x512.png', + src: 'public/icons/pwa-512x512.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable',