From ea661fbde04c9ee3ce5ed60a86ac8e559ac58461 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Mon, 16 Oct 2023 07:05:51 -0400 Subject: [PATCH] Update nuxt.config.js --- nuxt.config.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 737432a..80ffb8b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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