From 07bbda808f939b0c150f120eca1d3c18a9302c21 Mon Sep 17 00:00:00 2001 From: Borriborri Date: Wed, 15 Jan 2025 22:20:29 +0100 Subject: [PATCH] fix: PWA - Allow CORS and add UseCredentials to nuxt.config.js (#4902) Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- frontend/nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index d513e065e..5ac923a44 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -370,6 +370,7 @@ export default { dir: "auto", name: "Mealie", short_name: "Mealie", + crossorigin: "use-credentials", id: "mealie", description: "Mealie is a recipe management and meal planning app", theme_color: process.env.THEME_LIGHT_PRIMARY || "#E58325",