fix(pwa): removed orientation from the manifest

This commit is contained in:
Larinel
2026-05-25 20:53:34 +02:00
committed by GitHub
parent db5c403239
commit 22d8a27919
-1
View File
@@ -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' },