From 0fe1ffe78e2227097f61384118be55bbbd325095 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 1 Apr 2026 17:41:55 +0200 Subject: [PATCH] Update metadata to use static favicon paths and add image type definition --- web/pages/_app.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index faaeed55..0b86fd16 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -6,7 +6,7 @@ import {Capacitor} from '@capacitor/core' import {Keyboard} from '@capacitor/keyboard' import {StatusBar} from '@capacitor/status-bar' import clsx from 'clsx' -import {DEPLOYED_WEB_URL, ENV_CONFIG} from 'common/envs/constants' +import {DEPLOYED_WEB_URL} from 'common/envs/constants' import {IS_VERCEL} from 'common/hosting/constants' import {debug} from 'common/logger' import type {AppProps} from 'next/app' @@ -179,8 +179,9 @@ function MyApp(props: AppProps) { {/**/} - - + + +