mirror of
https://github.com/seigler/drawing-prompt
synced 2025-07-26 09:16:11 +00:00
pwa solid ts skeleton
This commit is contained in:
commit
3841f530ac
21 changed files with 5087 additions and 0 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/favicon.svg'],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue