Switch domain from manga.04080616.xyz to www.04080616.xyz

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yiekheng 2026-04-11 17:48:07 +08:00
parent 09fb507e05
commit 6257f6c79d
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ export const metadata: Metadata = {
}, },
description: description:
"Read free public domain manga online. Beautiful reader optimized for mobile.", "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: { openGraph: {
type: "website", type: "website",
siteName: "SunnyMH", siteName: "SunnyMH",

View File

@ -10,7 +10,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
}); });
const mangaEntries: MetadataRoute.Sitemap = manga.map((m) => ({ 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, lastModified: m.updatedAt,
changeFrequency: "weekly", changeFrequency: "weekly",
priority: 0.8, priority: 0.8,
@ -18,7 +18,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
return [ return [
{ {
url: "https://manga.04080616.xyz", url: "https://www.04080616.xyz",
lastModified: new Date(), lastModified: new Date(),
changeFrequency: "daily", changeFrequency: "daily",
priority: 1, priority: 1,