mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
fix(pwa): removed orientation from the manifest (#1058)
This commit is contained in:
@@ -76,7 +76,6 @@ export default defineConfig({
|
|||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
scope: '/',
|
scope: '/',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
orientation: 'any',
|
|
||||||
categories: ['travel', 'navigation'],
|
categories: ['travel', 'navigation'],
|
||||||
icons: [
|
icons: [
|
||||||
{ src: 'icons/apple-touch-icon-180x180.png', sizes: '180x180', type: 'image/png' },
|
{ src: 'icons/apple-touch-icon-180x180.png', sizes: '180x180', type: 'image/png' },
|
||||||
|
|||||||
Reference in New Issue
Block a user