added icon

This commit is contained in:
thislight 2024-10-22 17:48:17 +08:00
parent c5f21f22bd
commit 74ee61af63
9 changed files with 204 additions and 18 deletions

12
pwa-assets.config.ts Normal file
View file

@ -0,0 +1,12 @@
import {
defineConfig,
minimal2023Preset as preset
} from '@vite-pwa/assets-generator/config'
export default defineConfig({
headLinkOptions: {
preset: '2023'
},
preset,
images: ['public/logo.svg']
})