We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ef528 commit 39a3985Copy full SHA for 39a3985
1 file changed
frontend/vite.config.js
@@ -40,7 +40,6 @@ export default defineConfig(({ mode }) => {
40
{ src: 'icon-192.png', sizes: '192x192', type: 'image/png' },
41
{ src: 'icon-512.png', sizes: '512x512', type: 'image/png' }
42
],
43
- orientation: 'portrait',
44
},
45
workbox: {
46
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,wasm}'],
0 commit comments