Skip to content

Commit 39a3985

Browse files
committed
Enable screen rotation in PWA
1 parent a6ef528 commit 39a3985

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/vite.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default defineConfig(({ mode }) => {
4040
{ src: 'icon-192.png', sizes: '192x192', type: 'image/png' },
4141
{ src: 'icon-512.png', sizes: '512x512', type: 'image/png' }
4242
],
43-
orientation: 'portrait',
4443
},
4544
workbox: {
4645
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,wasm}'],

0 commit comments

Comments
 (0)