불필요한 파일 제거

This commit is contained in:
2025-05-30 19:06:23 +09:00
parent ca84be25dc
commit 6282edd9a3

View File

@@ -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',