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:
parent
04eeaa5acf
commit
07bbda808f
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue