From 22d8a27919c6a9ba744c334f06574e50872c4e3f Mon Sep 17 00:00:00 2001 From: Larinel Date: Mon, 25 May 2026 20:53:34 +0200 Subject: [PATCH] fix(pwa): removed orientation from the manifest --- client/vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/vite.config.js b/client/vite.config.js index 2142a45e..738cb429 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -77,7 +77,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' },