mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix: Updated pwa orientation to any (#6298)
This commit is contained in:
committed by
GitHub
parent
3ba2227bc7
commit
c63932e8b3
@@ -269,7 +269,7 @@ export default defineNuxtConfig({
|
|||||||
"browser",
|
"browser",
|
||||||
"window-controls-overlay",
|
"window-controls-overlay",
|
||||||
],
|
],
|
||||||
orientation: "portrait-primary",
|
orientation: "any",
|
||||||
categories: ["food", "lifestyle"],
|
categories: ["food", "lifestyle"],
|
||||||
prefer_related_applications: false,
|
prefer_related_applications: false,
|
||||||
handle_links: "preferred",
|
handle_links: "preferred",
|
||||||
|
|||||||
Reference in New Issue
Block a user