Skip to content

Commit 20ca22d

Browse files
committed
fix: replace og header
1 parent 39097ce commit 20ca22d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

web/public/nbw-header.png

224 KB
Loading

web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const metadata: Metadata = {
2323
keywords: ['note block', 'music', 'minecraft', 'nbs', 'note block studio'],
2424
openGraph: {
2525
type: 'website',
26-
images: `${process.env.NEXT_PUBLIC_URL}/nbw-color.png`,
26+
images: `${process.env.NEXT_PUBLIC_URL}/nbw-header.png`,
2727
locale: 'en_US',
2828
url: process.env.NEXT_PUBLIC_URL,
2929
siteName: 'Note Block World',

0 commit comments

Comments
 (0)