Fehler
This commit is contained in:
@@ -18,13 +18,13 @@ export const metadata: Metadata = {
|
|||||||
robots: isIndexable
|
robots: isIndexable
|
||||||
? { index: true, follow: true }
|
? { index: true, follow: true }
|
||||||
: { index: false, follow: false },
|
: { index: false, follow: false },
|
||||||
icons: {
|
icons: {
|
||||||
icon: [
|
icon: [
|
||||||
{ url: '/favicon1.png', sizes: '2048x2048', type: 'image/png' },
|
{ url: '/favicon1.png', sizes: '2048x2048', type: 'image/png' },
|
||||||
],
|
],
|
||||||
shortcut: '/favicon1.png',
|
shortcut: '/favicon1.png',
|
||||||
apple: '/favicon1.png',
|
apple: '/favicon1.png',
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
site: '@qrmaster',
|
site: '@qrmaster',
|
||||||
@@ -65,10 +65,8 @@ export default function RootLayout({
|
|||||||
{children}
|
{children}
|
||||||
</Providers>
|
</Providers>
|
||||||
</Suspense>
|
</Suspense>
|
||||||
{/* impeccable-live-start */}
|
|
||||||
<script src="http://localhost:8400/live.js"></script>
|
|
||||||
{/* impeccable-live-end */}
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user