diff --git a/nuxt.config.js b/nuxt.config.js index 5a9388e6c..6779a1c12 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -34,7 +34,7 @@ export default { }, { name: 'viewport', - content: 'width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no, minimal-ui' + content: 'width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover, minimal-ui' }, { hid: 'description', @@ -59,7 +59,7 @@ export default { }, { itemprop: "image", - content: `${routerBase.router.base}icons/icon-192x192.png` + content: `${routerBase.router.base}logo.png` }, // Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt) { @@ -115,7 +115,7 @@ export default { }, { property: 'og:image', - content: `${routerBase.router.base}icons/icon-144x144.png` + content: `${routerBase.router.base}logo.png` }, // Twitter { @@ -136,15 +136,15 @@ export default { }, { name: 'twitter:title', - content: meta.name + content: `${meta.name} \u2022 ${meta.shortDescription}` }, { name: 'twitter:description', - content: meta.shortDescription + content: meta.description }, { name: 'twitter:image', - content: `${routerBase.router.base}icons/icon-144x144.png` + content: `${routerBase.router.base}logo.png` }, ], link: [{