Compare commits

...

2 Commits

Author SHA1 Message Date
Larinel 34d591aedd Merge 22d8a27919 into 324d930ca3 2026-05-26 18:46:32 +03:00
Larinel 22d8a27919 fix(pwa): removed orientation from the manifest 2026-05-25 20:53:34 +02:00
-1
View File
@@ -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' },