fuck manifest
This commit is contained in:
@@ -14,12 +14,6 @@ export default defineNuxtConfig({
|
|||||||
app: {
|
app: {
|
||||||
head: {
|
head: {
|
||||||
title: "فروشگاه هی ملز",
|
title: "فروشگاه هی ملز",
|
||||||
meta: [
|
|
||||||
{
|
|
||||||
name: "apple-mobile-web-app-capable",
|
|
||||||
content: "yes",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
pageTransition: {
|
pageTransition: {
|
||||||
name: "fade",
|
name: "fade",
|
||||||
@@ -89,17 +83,14 @@ export default defineNuxtConfig({
|
|||||||
src: "/logo/logo-192x192.png",
|
src: "/logo/logo-192x192.png",
|
||||||
sizes: "192x192",
|
sizes: "192x192",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
purpose: "any maskable",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "/logo/logo-512x512.png",
|
src: "/logo/logo-512x512.png",
|
||||||
sizes: "512x512",
|
sizes: "512x512",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
purpose: "any maskable",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
workbox: {
|
workbox: {
|
||||||
navigateFallback: "/",
|
navigateFallback: "/",
|
||||||
clientsClaim: true,
|
clientsClaim: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user