1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00

fix: PWA - Allow CORS and add UseCredentials to nuxt.config.js (#4902)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Borriborri 2025-01-15 22:20:29 +01:00 committed by GitHub
parent 04eeaa5acf
commit 07bbda808f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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