We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39097ce commit 20ca22dCopy full SHA for 20ca22d
2 files changed
web/public/nbw-header.png
224 KB
web/src/app/layout.tsx
@@ -23,7 +23,7 @@ export const metadata: Metadata = {
23
keywords: ['note block', 'music', 'minecraft', 'nbs', 'note block studio'],
24
openGraph: {
25
type: 'website',
26
- images: `${process.env.NEXT_PUBLIC_URL}/nbw-color.png`,
+ images: `${process.env.NEXT_PUBLIC_URL}/nbw-header.png`,
27
locale: 'en_US',
28
url: process.env.NEXT_PUBLIC_URL,
29
siteName: 'Note Block World',
0 commit comments