chore: sitemap.xml remove /

This commit is contained in:
JOYCEQL
2025-02-11 10:02:41 +08:00
committed by qingchen
parent e12ff858af
commit 4deb61b074
+1 -1
View File
@@ -3,7 +3,7 @@ import { MetadataRoute } from "next";
export default function sitemap(): MetadataRoute.Sitemap {
const baseUrl = "https://magicv.art/";
const routes = ["", "zh", "en"];
const routes = ["zh", "en"];
const sitemap: MetadataRoute.Sitemap = routes.map((route) => ({
url: `${baseUrl}${route}`,