From 3146e99b03ce4404c296896ba59e92eafd6a08e1 Mon Sep 17 00:00:00 2001 From: cordlord <18647314+cordlord@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:42:38 -0600 Subject: [PATCH] fix: PWA follows OS screen rotation/lock settings (#6573) --- frontend/nuxt.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 4f8e3be76..ed49e74d4 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -246,7 +246,6 @@ export default defineNuxtConfig({ "browser", "window-controls-overlay", ], - orientation: "any", categories: ["food", "lifestyle"], prefer_related_applications: false, handle_links: "preferred",