mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
chore: sitemap.xml remove /
This commit is contained in:
+1
-1
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user