feat: add seo images

This commit is contained in:
Mauricio Siu
2024-11-09 23:37:49 -06:00
parent 010ea99f76
commit 6904d2d663
3 changed files with 50 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export function createMetadata(override: Metadata): Metadata {
title: override.title ?? undefined,
description: override.description ?? undefined,
url: "https://fumadocs.vercel.app",
images: "/banner.png",
images: "/og.png",
siteName: "Fumadocs",
...override.openGraph,
},