fixes and such

This commit is contained in:
2025-07-31 19:22:59 -04:00
parent 82dbefa565
commit 416ef3bc37
15 changed files with 720 additions and 91 deletions

8
pwa-assets.config.js Normal file
View File

@ -0,0 +1,8 @@
import { defineConfig, minimal2023Preset as preset } from '@vite-pwa/assets-generator/config'
export default defineConfig({
preset,
images: [
'static/favicon.svg',
]
})