diff --git a/public/construction.jpg b/public/construction.jpg new file mode 100644 index 0000000..35f183c Binary files /dev/null and b/public/construction.jpg differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4ae5da9..8d72f0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,7 @@ import type { Metadata, Viewport } from 'next'; import './globals.css'; export const metadata: Metadata = { - title: '⛧', + title: 'site under construction', // description: '', openGraph: { // title: '⛧', @@ -11,15 +11,15 @@ export const metadata: Metadata = { { url: 'https://neru.rip/img/ok.jpg', width: 734, - height: 1104, - }, - ], + height: 1104 + } + ] } }; export const viewport: Viewport = { - themeColor: '#fbcfe8', -} + themeColor: '#fbcfe8' +}; export default function RootLayout({ children @@ -47,7 +47,20 @@ export default function RootLayout({ /> -
{children} + +
+