From 80cb61388869dd9347b369b57d678c142a55a59e Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 2 Nov 2020 10:33:01 +0530 Subject: [PATCH] Removed absolute PWA attributes --- nuxt.config.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 7b28fa1d..5025df60 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -75,16 +75,6 @@ export default { content: "no", }, ], - link: [ - { - rel: "apple-touch-icon", - href: "/icon.png", - }, - { - rel: "apple-touch-startup-image", - href: "/icon.png", - }, - ], }, // Customize the progress-bar color (https://nuxtjs.org/api/configuration-loading/#customizing-the-progress-bar)