initial commit

This commit is contained in:
2025-05-03 23:27:36 +01:00
commit 6840fe515d
25 changed files with 1353 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'],
})