Skip to content

Commit

Permalink
chore(pwa): replace preset with minimal2023Preset
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Nov 13, 2024
1 parent bbf1263 commit e072377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa-assets.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {
defineConfig,
minimalPreset as preset,
minimal2023Preset,
} from '@vite-pwa/assets-generator/config'

export default defineConfig({
preset,
preset: minimal2023Preset,
images: ['public/favicon.svg'],
})

0 comments on commit e072377

Please sign in to comment.