diff --git a/app/layout.tsx b/app/layout.tsx index b60402c..366edb3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -25,7 +25,7 @@ export const metadata: Metadata = { locale: "en_US", images: [ { - url: "https://hidden11.app/opengraph-image", + url: "https://hidden11.app/og-image.png", width: 1200, height: 630, alt: "hidden11 daily football puzzle", @@ -37,7 +37,7 @@ export const metadata: Metadata = { card: "summary_large_image", title: "hidden11", description: "Beat Easy, Medium and Hard in the daily football lineup puzzle and share the result.", - images: ["https://hidden11.app/twitter-image"], + images: ["https://hidden11.app/og-image.png"], }, }; diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 0000000..877a1c2 Binary files /dev/null and b/public/og-image.png differ