switch to monorepo structure
This commit is contained in:
9
packages/web/pwa-assets.config.ts
Normal file
9
packages/web/pwa-assets.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig, minimal2023Preset as preset } from "@vite-pwa/assets-generator/config"
|
||||
|
||||
export default defineConfig({
|
||||
headLinkOptions: {
|
||||
preset: "2023",
|
||||
},
|
||||
preset,
|
||||
images: ["public/favicon.svg"],
|
||||
})
|
Reference in New Issue
Block a user