Skip to content

Commit fd6bb7e

Browse files
committed
Add logo with bg color
1 parent 0160123 commit fd6bb7e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

public/images/logo_bg.png

153 KB
Loading

src/app/layout.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ export const metadata = {
9898
siteName: "PyDay Chile",
9999
url: "https://pyday.vercel.app/",
100100
images: [
101+
{
102+
url: "https://pyday.vercel.app/images/logo_bg.png",
103+
width: 500,
104+
height: 500,
105+
alt: "Logo PyDay Chile",
106+
},
101107
{
102108
url: "https://pyday.vercel.app/images/banner-og.jpg",
103109
width: 1200,

0 commit comments

Comments
 (0)