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