From c8d6621034deb947e69c582d0036af13563997f5 Mon Sep 17 00:00:00 2001 From: feie9456 Date: Thu, 18 Dec 2025 19:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=85=83=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=9B=BE=E6=A0=87=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[locale]/layout.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index a2fc382..eb56c3e 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -57,11 +57,6 @@ export async function generateMetadata({ }, ], }, - icons: { - icon: '/icon.jpg', - shortcut: '/icon.jpg', - apple: '/icon.jpg', - }, }; }