Remove orientation property from vite.config.ts

Removed the orientation property from the manifest. This will make the PWA respect the status of the orientation lock on android.
This commit is contained in:
Pinembour
2026-03-03 12:06:23 +01:00
committed by GitHub
parent 3c3ef32dfe
commit fca54a60c4
-1
View File
@@ -28,7 +28,6 @@ export default defineConfig({
type: 'image/png'
}
],
orientation: 'any',
display: 'standalone',
name: 'Materialious'
}