Skip to content

Commit

Permalink
fix: apple pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Nov 10, 2024
1 parent 7324ba3 commit e3ab568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineNuxtConfig({
description: 'VATSIM Traffic Monitoring Service',
theme_color: '#3B6CEC',
orientation: 'portrait',
display: 'minimal-ui',
display: 'standalone',
// @ts-expect-error tabbed not supported here
display_override: ['window-controls-overlay', 'tabbed', 'minimal-ui', 'standalone'],
start_url: '/',
Expand Down

0 comments on commit e3ab568

Please sign in to comment.