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:
parent
09fb507e05
commit
6257f6c79d
@ -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",
|
||||
|
||||
@ -10,7 +10,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
|
||||
});
|
||||
|
||||
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<MetadataRoute.Sitemap> {
|
||||
|
||||
return [
|
||||
{
|
||||
url: "https://manga.04080616.xyz",
|
||||
url: "https://www.04080616.xyz",
|
||||
lastModified: new Date(),
|
||||
changeFrequency: "daily",
|
||||
priority: 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user