diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 9bb0319d840..e197a677522 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -281,6 +281,9 @@ export default { // PWA module configuration: https://go.nuxtjs.dev/pwa pwa: { + manifest: { + lang: "en", + }, meta: { /* meta options */ name: "Mealie", @@ -289,7 +292,6 @@ export default { ogSiteName: "Mealie", }, manifest: { - lang: "en", name: "Mealie", title: "Mealie", background_color: "#FFFFFF", @@ -301,10 +303,6 @@ export default { text: "recipe_import_url", }, }, - workbox: { - /* workbox options */ - skipWaiting: "true", - }, }, icons: [ {