ba-cafe

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0812f595152562afe12aa54fa4d1d90fa999ce82
parent 702b5abf368cd9b79ff43ebe25848314f0cbdcc7
Author: Sunny <122193933+Sunny-JP@users.noreply.github.com>
Date:   Fri, 30 Jan 2026 15:42:27 +0900

Merge pull request #38 from Sunny-JP/v4-sunny-dev

add ogp
Diffstat:
Apublic/ogp.png | 0
Msrc/app/layout.tsx | 22+++++++++++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/public/ogp.png b/public/ogp.png Binary files differ. diff --git a/src/app/layout.tsx b/src/app/layout.tsx @@ -17,13 +17,33 @@ const kosugi = Kosugi_Maru({ export const metadata: Metadata = { title: "Cafe Timer", - description: "カフェタイマー", + description: "大切な人との記憶を、永遠に。", manifest: "/manifest.json", appleWebApp: { capable: true, statusBarStyle: "default", title: "Cafe Timer", }, + openGraph: { + title: "Cafe Timer", + description: "大切な人との記憶を、永遠に。", + url: "https://cafetimer.rabbit1.cc", + siteName: "Cafe Timer", + images: [ + { + url: "https://cafetimer.rabbit1.cc/ogp.png", + alt: "Cafe Timer", + }, + ], + locale: "ja_JP", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Cafe Timer", + description: "大切な人との記憶を、永遠に。。", + images: ["https://cafetimer.rabbit1.cc/ogp.png"], + }, }; export const viewport: Viewport = {