From 3e41bba8fb4bff00551928be8d155c6fd1ba644b Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:36:40 -0800 Subject: [PATCH] fix: potential pwa fix (#1982) * set cookie params * potential fix for pwa issue --- frontend/nuxt.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index b088901c3a96..e76982b7eb13 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -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: "/",