From c2bb89f7bdacb668de4a7d8bcc35325e038cbb0d Mon Sep 17 00:00:00 2001 From: ymk Date: Fri, 1 Aug 2025 11:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sitemap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/sitemap.ts | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/app/sitemap.ts b/src/app/sitemap.ts index 9a4e5c1..d583b47 100644 --- a/src/app/sitemap.ts +++ b/src/app/sitemap.ts @@ -19,30 +19,6 @@ export default function sitemap(): MetadataRoute.Sitemap { changeFrequency: "monthly" as const, priority: 0.8, })), - { - url: baseUrl + "/black-screen", - lastModified: new Date(), - changeFrequency: "yearly", - priority: 1, - }, - ...locales.map((locale) => ({ - url: `${baseUrl}/${locale}/black-screen`, - lastModified: new Date(), - changeFrequency: "monthly" as const, - priority: 0.8, - })), - { - url: baseUrl + "/white-screen", - lastModified: new Date(), - changeFrequency: "yearly", - priority: 1, - }, - ...locales.map((locale) => ({ - url: `${baseUrl}/${locale}/white-screen`, - lastModified: new Date(), - changeFrequency: "monthly" as const, - priority: 0.8, - })), { url: baseUrl + "/do-not-write-on-this-page", lastModified: new Date(),