Skip to content

Commit

Permalink
fix: PWA - Allow CORS and add UseCredentials to nuxt.config.js (#4902)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
  • Loading branch information
Borriborri and michael-genson authored Jan 15, 2025
1 parent 04eeaa5 commit 07bbda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07bbda8

Please sign in to comment.