Skip to content

Commit f05c843

Browse files
committed
test fixing opengraph
1 parent a04da57 commit f05c843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/ally-personal/app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import Gallery from '../components/Gallery'
77
export const metadata: Metadata = {
88
title: 'Ally Hilgefort',
99
description: 'EPRD Board Candidate',
10+
metadataBase: new URL('https://ally.hilgefort.me'),
11+
openGraph: {
12+
images: [{ url: '/opengraph-image.png' }],
13+
},
1014
}
1115

1216
export default function Home() {

0 commit comments

Comments
 (0)