Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kp047i committed Nov 23, 2024
1 parent 26012fc commit 1e8dbe8
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,23 @@ export const metadata: Metadata = {
default: "TSKaigi 2025",
},
metadataBase: new URL("https://2025.tskaigi.org/"),
description: "TSKaigi 2025は、日本最大級のTypeScriptカンファレンスを開催します。",
description:
"TSKaigi 2025は、日本最大級のTypeScriptカンファレンスを開催します。",
applicationName: "TSKaigi 2025",
authors: [{ name: "一般社団法人TSKaigi Association", url: "https://association.tskaigi.org/" }],
keywords: ["TypeScript", "TSKaigi", "TS会議", "カンファレンス", "イベント", "オンライン"],
authors: [
{
name: "一般社団法人TSKaigi Association",
url: "https://association.tskaigi.org/",
},
],
keywords: [
"TypeScript",
"TSKaigi",
"TS会議",
"カンファレンス",
"イベント",
"オンライン",
],
publisher: "TSKaigi.org",
robots: "index, follow",
twitter: {
Expand All @@ -37,7 +50,8 @@ export const metadata: Metadata = {
openGraph: {
title: "TSKaigi 2025",
url: "https://2025.tskaigi.org/",
description: "TSKaigi 2025は、日本最大級のTypeScriptカンファレンスを開催します。",
description:
"TSKaigi 2025は、日本最大級のTypeScriptカンファレンスを開催します。",
type: "website",
images: ["/banner.jpg"],
},
Expand Down

0 comments on commit 1e8dbe8

Please sign in to comment.