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:
@@ -28,7 +28,6 @@ export default defineConfig({
|
||||
type: 'image/png'
|
||||
}
|
||||
],
|
||||
orientation: 'any',
|
||||
display: 'standalone',
|
||||
name: 'Materialious'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user