Skip to content

Commit

Permalink
fix: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Nov 7, 2020
1 parent 0bdfdc6 commit 941c3af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
File renamed without changes

0 comments on commit 941c3af

Please sign in to comment.