From fca54a60c4044144a51fa1bfd8c119465a858804 Mon Sep 17 00:00:00 2001 From: Pinembour <15938873+pinembour@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:06:23 +0100 Subject: [PATCH] Remove orientation property from vite.config.ts Removed the orientation property from the manifest. This will make the PWA respect the status of the orientation lock on android. --- materialious/vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/materialious/vite.config.ts b/materialious/vite.config.ts index 6bdd6b83..4b34e8e5 100644 --- a/materialious/vite.config.ts +++ b/materialious/vite.config.ts @@ -28,7 +28,6 @@ export default defineConfig({ type: 'image/png' } ], - orientation: 'any', display: 'standalone', name: 'Materialious' }