From a77ee4b4d5a539b6a627e0c61d7bde7f6bc3e7cd Mon Sep 17 00:00:00 2001 From: Larinel Date: Mon, 1 Jun 2026 22:08:43 +0200 Subject: [PATCH] fix(pwa): removed orientation from the manifest (#1058) --- client/vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/vite.config.js b/client/vite.config.js index ea017597..848a1818 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -76,7 +76,6 @@ export default defineConfig({ display: 'standalone', scope: '/', start_url: '/', - orientation: 'any', categories: ['travel', 'navigation'], icons: [ { src: 'icons/apple-touch-icon-180x180.png', sizes: '180x180', type: 'image/png' },