fix: potential pwa fix (#1982)

* set cookie params

* potential fix for pwa issue
This commit is contained in:
Hayden 2023-01-03 18:36:40 -08:00 committed by GitHub
parent fcf680fe0b
commit 3e41bba8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: "/",