Skip to content

Commit

Permalink
🔨Setting: Update PWA Options
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Dec 8, 2024
1 parent c2ba387 commit 02fa392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ export default defineConfig(({ mode }) => {
manifest: {
name: 'DDang',
short_name: 'DDang',
start_url: '/',
description: '반려견 산책 서비스',
theme_color: '#783D16', //?
background_color: '#783D16', //?
display: 'standalone',
categories: ['lifestyle', 'pets'],
icons: [
{
src: '/icons/pwa-192x192.png',
Expand Down Expand Up @@ -87,6 +89,7 @@ export default defineConfig(({ mode }) => {
],
},

useCredentials: true,
injectManifest: {
globPatterns: ['**/*.{js,css,html,svg,png,ico}'],
},
Expand Down

0 comments on commit 02fa392

Please sign in to comment.