Skip to content

Commit dd59fd7

Browse files
authored
Fix broken og-image, twitter-image (#475)
1 parent 098c439 commit dd59fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents-docs/src/lib/metadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export function createMetadata(override: Metadata): Metadata {
1111
return {
1212
...override,
1313
icons: '/icon.svg',
14-
metadataBase: new URL('https://https://docs.inkeep.com//'),
14+
metadataBase: new URL('https://docs.inkeep.com//'),
1515
openGraph: {
1616
title: override.title ?? undefined,
1717
description: override.description ?? undefined,
18-
url: 'https://https://docs.inkeep.com//',
18+
url: 'https://docs.inkeep.com//',
1919
// images: "/banner.png",
2020
siteName: 'Inkeep Agents',
2121
...override.openGraph,

0 commit comments

Comments
 (0)