added icon
This commit is contained in:
parent
c5f21f22bd
commit
74ee61af63
9 changed files with 204 additions and 18 deletions
12
pwa-assets.config.ts
Normal file
12
pwa-assets.config.ts
Normal 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']
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue