From 941c3afc45403cda0033af72e34eff65e818995f Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Sun, 8 Nov 2020 01:05:48 +0530 Subject: [PATCH] fix: update icon --- nuxt.config.js | 5 +++++ static/{ => icons}/icon.png | Bin 2 files changed, 5 insertions(+) rename static/{ => icons}/icon.png (100%) diff --git a/nuxt.config.js b/nuxt.config.js index f900583..2c23165 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -111,6 +111,11 @@ export default { // PWA module configuration (https://go.nuxtjs.dev/pwa) pwa: { + // https://pwa.nuxtjs.org/icon + icon: { + source: 'static/icons/icon.png', + sizes: [64, 120, 144, 152, 192, 384, 512], + }, // https://pwa.nuxtjs.org/meta meta: { name: 'Nuxt, Hasura & Mapbox', diff --git a/static/icon.png b/static/icons/icon.png similarity index 100% rename from static/icon.png rename to static/icons/icon.png