fix(pwa): removed orientation from the manifest (#1058)

This commit is contained in:
Larinel
2026-06-01 22:08:43 +02:00
committed by GitHub
parent 9bec97fc19
commit a77ee4b4d5
-1
View File
@@ -76,7 +76,6 @@ export default defineConfig({
display: 'standalone', display: 'standalone',
scope: '/', scope: '/',
start_url: '/', start_url: '/',
orientation: 'any',
categories: ['travel', 'navigation'], categories: ['travel', 'navigation'],
icons: [ icons: [
{ src: 'icons/apple-touch-icon-180x180.png', sizes: '180x180', type: 'image/png' }, { src: 'icons/apple-touch-icon-180x180.png', sizes: '180x180', type: 'image/png' },