mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: potential pwa fix (#1982)
* set cookie params * potential fix for pwa issue
This commit is contained in:
parent
fcf680fe0b
commit
3e41bba8fb
@ -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…
x
Reference in New Issue
Block a user