From 6282edd9a3461273489589bef4401e015090c4be Mon Sep 17 00:00:00 2001 From: bangae1 Date: Fri, 30 May 2025 19:06:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=A0=9C=EA=B1=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 484943a..59cf322 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -228,10 +228,10 @@ export default defineConfig(({ isSsrBuild }) => ({ */ VitePWA({ base: '/', - includeAssets: ['favicon.ico', 'robots.txt',], + includeAssets: ['favicon.ico', 'robots.txt'], manifest: { - name: 'Vuero - A complete Vue 3 design system', - short_name: 'Vuero', + name: '소액계약관리 플랫폼', + short_name: '소액계약관리', start_url: '/?utm_source=pwa', display: 'standalone', theme_color: '#ffffff',