From 441b121653b009bfe87fe9b85eeb03a0986bb58b Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:54:09 -0800 Subject: [PATCH] Revert "fix (possible): PWA white screen (#1526)" This reverts commit 505e594758038b36caba7510f8321e8555ff05ff. --- frontend/nuxt.config.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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: [ {