Fehler
This commit is contained in:
@@ -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}
|
||||
</Providers>
|
||||
</Suspense>
|
||||
{/* impeccable-live-start */}
|
||||
<script src="http://localhost:8400/live.js"></script>
|
||||
{/* impeccable-live-end */}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user