From 6257f6c79dc9125c1c9414d8773f3e5a1b87625a Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sat, 11 Apr 2026 17:48:07 +0800 Subject: [PATCH] Switch domain from manga.04080616.xyz to www.04080616.xyz Co-Authored-By: Claude Opus 4.6 (1M context) --- app/layout.tsx | 2 +- app/sitemap.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index a039d35..b3502ee 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,7 @@ export const metadata: Metadata = { }, description: "Read free public domain manga online. Beautiful reader optimized for mobile.", - metadataBase: new URL("https://manga.04080616.xyz"), + metadataBase: new URL("https://www.04080616.xyz"), openGraph: { type: "website", siteName: "SunnyMH", diff --git a/app/sitemap.ts b/app/sitemap.ts index e6839e6..6ff9203 100644 --- a/app/sitemap.ts +++ b/app/sitemap.ts @@ -10,7 +10,7 @@ export default async function sitemap(): Promise { }); const mangaEntries: MetadataRoute.Sitemap = manga.map((m) => ({ - url: `https://manga.04080616.xyz/manga/${m.slug}`, + url: `https://www.04080616.xyz/manga/${m.slug}`, lastModified: m.updatedAt, changeFrequency: "weekly", priority: 0.8, @@ -18,7 +18,7 @@ export default async function sitemap(): Promise { return [ { - url: "https://manga.04080616.xyz", + url: "https://www.04080616.xyz", lastModified: new Date(), changeFrequency: "daily", priority: 1,