From 787b826aa1dca578786157da664f6986f259e619 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Mon, 2 Sep 2024 20:01:21 -0400 Subject: [PATCH] fix: PWA respects orientation lock (#4143) --- frontend/nuxt.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 8474a39d9868..59cb90864173 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -492,7 +492,6 @@ export default { ], prefer_related_applications: false, handle_links: "preferred", - orientation: "any", categories: [ "food" ],