|
@@ -82,15 +82,15 @@ export default defineConfig({
|
|
|
type: 'image/png',
|
|
|
purpose: 'any maskable'
|
|
|
}
|
|
|
+ ],
|
|
|
+ prefer_related_applications: false,
|
|
|
+ related_applications: [
|
|
|
+ {
|
|
|
+ platform: 'webapp',
|
|
|
+ id: 'yyszkt',
|
|
|
+ url: './manifest.webmanifest'
|
|
|
+ }
|
|
|
]
|
|
|
- // prefer_related_applications: false,
|
|
|
- // related_applications: [
|
|
|
- // {
|
|
|
- // platform: 'webapp',
|
|
|
- // id: 'yyszkt',
|
|
|
- // url: './manifest.webmanifest'
|
|
|
- // }
|
|
|
- // ]
|
|
|
},
|
|
|
|
|
|
devOptions: {
|