From 6b734d42ef6607263a11a2e2998a823fc728b358 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Fri, 19 Sep 2025 01:20:53 -0400 Subject: [PATCH] Update image metadata. Added height and width to image properties. Added image metadata. --- src/app/layout.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6a4a69a..ba186e4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,6 +5,7 @@ export default function RootLayout(props: { children: React.ReactNode }) { const { children } = props; return ( + + + + + + + + + {children}