diff --git a/vite.config.ts b/vite.config.ts index cfdc522..08480ed 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -18,9 +18,6 @@ export default defineConfig({ start_url: "/", scope: "/", display: "standalone", - // Vrai plein écran sur Android (barre de statut masquée) là où c'est - // supporté ; repli en standalone (iOS, navigateurs sans fullscreen). - display_override: ["fullscreen", "standalone"], orientation: "portrait", theme_color: "#0b1120", background_color: "#0b1120",