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:
|
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",
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user