Skip to content

Commit 70451df

Browse files
committed
fix(opengraph): update image filename in metadata
1 parent bd5a643 commit 70451df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export const metadata: Metadata = {
3737
siteName: "PyConKE 2025",
3838
images: [
3939
{
40-
url: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph.jpg`,
41-
secureUrl: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph.jpg`,
40+
url: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph-image.jpg`,
41+
secureUrl: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph-image.jpg`,
4242
alt: "PyConKE 2025",
4343
type: "image/png",
4444
width: 1200,
@@ -53,8 +53,8 @@ export const metadata: Metadata = {
5353
"Africa's largest Python conference, held in Nairobi, Kenya. Join us for a weekend of inspiring talks, informative workshops, and fun networking events.",
5454
images: [
5555
{
56-
url: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph.jpg`,
57-
secureUrl: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph.jpg`,
56+
url: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph-image.jpg`,
57+
secureUrl: `${process.env.NEXT_PUBLIC_BASE_URL || "https://pycon.ke"}/opengraph-image.jpg`,
5858
alt: "PyConKE 2025",
5959
type: "image/png",
6060
width: 1200,
File renamed without changes.

0 commit comments

Comments
 (0)