Skip to content

Commit 310d053

Browse files
authored
Feat/og image (#15)
* feat: add dynamic Open Graph image using next/og (fixes #13) * style: redesign OG image to feature an iPhone mockup with the Sunset theme * test * fix: add metadataBase to layout to resolve absolute OG image URLs
1 parent 5b096f0 commit 310d053

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@
3737
"typescript": "^5"
3838
}
3939
}
40+

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const description =
1919
"Generate iPhone wallpapers from your GitHub contribution graph, with auto-updating lock screen support via iOS Shortcuts.";
2020

2121
export const metadata: Metadata = {
22+
metadataBase: new URL("https://gitwall.space"),
2223
title,
2324
description,
2425
keywords: [

0 commit comments

Comments
 (0)