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,