Skip to content

Commit

Permalink
Update nuxt.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Oct 16, 2023
1 parent 582cd19 commit ea661fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,18 @@ module.exports = {
},

pwa: {
meta: {
favicon: '/favicon.ico',
},
workbox: {
enabled: true,
},
manifest: {
name: 'Showcode',
short_name: 'Showcode',
description: 'Generate beautiful images of code.',
useWebmanifestExtension: false,
},
workbox: {
enabled: true,
},
},

// Build Configuration: https://go.nuxtjs.dev/config-build
Expand Down

0 comments on commit ea661fb

Please sign in to comment.