fix: Updated pwa orientation to any (#6298)

This commit is contained in:
Brian Choromanski
2025-10-01 21:51:15 -04:00
committed by GitHub
parent 3ba2227bc7
commit c63932e8b3

View File

@@ -269,7 +269,7 @@ export default defineNuxtConfig({
"browser",
"window-controls-overlay",
],
orientation: "portrait-primary",
orientation: "any",
categories: ["food", "lifestyle"],
prefer_related_applications: false,
handle_links: "preferred",