mirror of
https://github.com/nihonbuzz/nihonbuzz.git
synced 2026-01-26 05:15:36 +07:00
feat: Add root layout with metadata, icons, OpenGraph, Twitter, and Plus Jakarta Sans font.
This commit is contained in:
@@ -9,7 +9,7 @@ const jakarta = Plus_Jakarta_Sans({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "NihonBuzz - Connecting You to Japan",
|
title: "Nihonbuzz - Connecting You to Japan",
|
||||||
description: "Platform edukasi dan media Jepang terdepan di Indonesia. Belajar bahasa Jepang (JLPT N5-N3), budaya, dan info karir.",
|
description: "Platform edukasi dan media Jepang terdepan di Indonesia. Belajar bahasa Jepang (JLPT N5-N3), budaya, dan info karir.",
|
||||||
icons: {
|
icons: {
|
||||||
icon: [
|
icon: [
|
||||||
@@ -25,16 +25,16 @@ export const metadata: Metadata = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "NihonBuzz - Connecting You to Japan",
|
title: "Nihonbuzz - Connecting You to Japan",
|
||||||
description: "Belajar Bahasa Jepang & Karir Profesional. Gabung NihonBuzz Academy sekarang.",
|
description: "Belajar Bahasa Jepang & Karir Profesional. Gabung Nihonbuzz Academy sekarang.",
|
||||||
url: 'https://nihonbuzz.org',
|
url: 'https://nihonbuzz.org',
|
||||||
siteName: 'NihonBuzz',
|
siteName: 'Nihonbuzz',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: '/opengraph-image.png',
|
url: '/opengraph-image.png',
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 630,
|
height: 630,
|
||||||
alt: 'NihonBuzz Ecosystem',
|
alt: 'Nihonbuzz Ecosystem',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
locale: 'id_ID',
|
locale: 'id_ID',
|
||||||
@@ -42,7 +42,7 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
title: "NihonBuzz - Connecting You to Japan",
|
title: "Nihonbuzz - Connecting You to Japan",
|
||||||
description: "Platform edukasi dan media Jepang terdepan di Indonesia.",
|
description: "Platform edukasi dan media Jepang terdepan di Indonesia.",
|
||||||
images: ['/opengraph-image.png'],
|
images: ['/opengraph-image.png'],
|
||||||
creator: '@nihonbuzz',
|
creator: '@nihonbuzz',
|
||||||
|
|||||||
Reference in New Issue
Block a user