From 2e81037a9067a8fcd1adf64a9fa803f3733bb3c6 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 12 May 2024 16:25:49 +0530 Subject: [PATCH] adjust space --- docs/zh/guide/sitemap-generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/sitemap-generation.md b/docs/zh/guide/sitemap-generation.md index 52ab8e7d..1431282e 100644 --- a/docs/zh/guide/sitemap-generation.md +++ b/docs/zh/guide/sitemap-generation.md @@ -45,7 +45,7 @@ export default { sitemap: { hostname: 'https://example.com', transformItems: (items) => { - // 添加新项目或修改/筛选现有选项 + // 添加新项目或修改/筛选现有选项 items.push({ url: '/extra-page', changefreq: 'monthly',