fixes and such
This commit is contained in:
8
pwa-assets.config.js
Normal file
8
pwa-assets.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
import { defineConfig, minimal2023Preset as preset } from '@vite-pwa/assets-generator/config'
|
||||
|
||||
export default defineConfig({
|
||||
preset,
|
||||
images: [
|
||||
'static/favicon.svg',
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user