Skip to content

Commit 4359914

Browse files
fix: open graph image in metadata (#11244)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent b026d0e commit 4359914

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/guide/src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const metadata: Metadata = {
4343
siteName: 'discord.js',
4444
type: 'website',
4545
title: 'discord.js',
46-
images: 'https://discordjs.dev/api/open-graph.png',
4746
},
4847

4948
twitter: {

apps/website/src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const metadata: Metadata = {
4343
type: 'website',
4444
title: 'discord.js',
4545
description: DESCRIPTION,
46-
images: 'https://discordjs.dev/api/open-graph.png',
4746
},
4847

4948
twitter: {

0 commit comments

Comments
 (0)