Skip to content

Commit

Permalink
Revert "fix (possible): PWA white screen (#1526)"
Browse files Browse the repository at this point in the history
This reverts commit 505e594.
  • Loading branch information
hay-kot authored Aug 9, 2022
1 parent 34cd6eb commit 441b121
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ export default {

// PWA module configuration: https://go.nuxtjs.dev/pwa
pwa: {
manifest: {
lang: "en",
},
meta: {
/* meta options */
name: "Mealie",
Expand All @@ -289,7 +292,6 @@ export default {
ogSiteName: "Mealie",
},
manifest: {
lang: "en",
name: "Mealie",
title: "Mealie",
background_color: "#FFFFFF",
Expand All @@ -301,10 +303,6 @@ export default {
text: "recipe_import_url",
},
},
workbox: {
/* workbox options */
skipWaiting: "true",
},
},
icons: [
{
Expand Down

0 comments on commit 441b121

Please sign in to comment.