Browse Source

Removed absolute PWA attributes

Liyas Thomas 4 years ago
parent
commit
80cb613888
1 changed files with 0 additions and 10 deletions
  1. 0 10
      nuxt.config.js

+ 0 - 10
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)