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 module configuration: https://go.nuxtjs.dev/config-axios
|
||||||
axios: {
|
axios: {
|
||||||
proxy: true,
|
proxy: true,
|
||||||
|
credentials: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
publicRuntimeConfig: {
|
publicRuntimeConfig: {
|
||||||
|
@ -314,6 +315,7 @@ export default {
|
||||||
lang: "en",
|
lang: "en",
|
||||||
name: "Mealie",
|
name: "Mealie",
|
||||||
title: "Mealie",
|
title: "Mealie",
|
||||||
|
start_url: "/",
|
||||||
background_color: "#FFFFFF",
|
background_color: "#FFFFFF",
|
||||||
share_target: {
|
share_target: {
|
||||||
action: "/",
|
action: "/",
|
||||||
|
|
Loading…
Reference in a new issue