fix: potential pwa fix (#1982)
* set cookie params * potential fix for pwa issue
This commit is contained in:
parent
fcf680fe0b
commit
3e41bba8fb
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,7 @@ export default {
|
|||
// Axios module configuration: https://go.nuxtjs.dev/config-axios
|
||||
axios: {
|
||||
proxy: true,
|
||||
credentials: true,
|
||||
},
|
||||
|
||||
publicRuntimeConfig: {
|
||||
|
@ -314,6 +315,7 @@ export default {
|
|||
lang: "en",
|
||||
name: "Mealie",
|
||||
title: "Mealie",
|
||||
start_url: "/",
|
||||
background_color: "#FFFFFF",
|
||||
share_target: {
|
||||
action: "/",
|
||||
|
|
Loading…
Reference in a new issue