Skip to content

Commit baee13b

Browse files
authored
fix: opengraph image link (#123)
1 parent d6bea0e commit baee13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const metadata: Metadata = {
4747
siteName: TITLE,
4848
images: [
4949
{
50-
url: `${URL}/opengraph/index.png`,
50+
url: `${WEBSITE_URL}/opengraph/index.png`,
5151
width: 1200,
5252
height: 630,
5353
},
@@ -59,7 +59,7 @@ export const metadata: Metadata = {
5959
description: DESCRIPTION,
6060
images: [
6161
{
62-
url: `${URL}/opengraph/index.png`,
62+
url: `${WEBSITE_URL}/opengraph/index.png`,
6363
width: 1200,
6464
height: 630,
6565
},

0 commit comments

Comments
 (0)