add icons

This commit is contained in:
Romulus21
2023-12-28 21:41:45 +01:00
parent 2dcad24fbd
commit 0a0a897e11
17 changed files with 508 additions and 13 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/cake.svg']
})