1
0

Init Commit

This commit is contained in:
2025-02-26 15:17:36 -06:00
parent a738d3687b
commit c38b2e389a
82 changed files with 15371 additions and 0 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/favicon.svg'],
})