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 */} + ); -} +}