From 6c750e70ce3f3737bffd6446508d380d15b34f42 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 12 Apr 2026 15:51:57 +0800 Subject: [PATCH] Update site msg --- app/layout.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index c894b95..e5930fd 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,15 +11,14 @@ const geistSans = Geist({ export const metadata: Metadata = { title: { - default: "SunnyMH — Free Manga Reader", - template: "%s | SunnyMH", + default: "晴天漫画 · Sunny MH", + template: "%s | 晴天漫画", }, - description: - "Read free public domain manga online. Beautiful reader optimized for mobile.", + description: "晴天漫画 — 精选好漫画,手机阅读更流畅。", metadataBase: new URL("https://www.04080616.xyz"), openGraph: { type: "website", - siteName: "SunnyMH", + siteName: "晴天漫画", }, };