From 152758db92799f12816413ca85acf1fb7b2eb239 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Wed, 29 Apr 2026 23:53:47 +0200 Subject: [PATCH] Fehler --- src/app/(main)/layout.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 74aeb5a..e5b6b98 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -18,13 +18,13 @@ export const metadata: Metadata = { robots: isIndexable ? { index: true, follow: true } : { index: false, follow: false }, - icons: { - icon: [ - { url: '/favicon1.png', sizes: '2048x2048', type: 'image/png' }, - ], - shortcut: '/favicon1.png', - apple: '/favicon1.png', - }, + icons: { + icon: [ + { url: '/favicon1.png', sizes: '2048x2048', type: 'image/png' }, + ], + shortcut: '/favicon1.png', + apple: '/favicon1.png', + }, twitter: { card: 'summary_large_image', site: '@qrmaster', @@ -65,10 +65,8 @@ export default function RootLayout({ {children} - {/* impeccable-live-start */} - -{/* impeccable-live-end */} + ); -} +}