部分微调

This commit is contained in:
tangly1024.com
2024-11-21 12:28:15 +08:00
parent d2f97f7e6b
commit d5235b3e44
8 changed files with 55 additions and 40 deletions

View File

@@ -10,12 +10,14 @@ export async function generateSitemapXml({ allPages, NOTION_CONFIG }) {
{
loc: `${link}`,
lastmod: new Date().toISOString().split('T')[0],
changefreq: 'daily'
changefreq: 'daily',
priority: 1.0
},
{
loc: `${link}/archive`,
lastmod: new Date().toISOString().split('T')[0],
changefreq: 'daily'
changefreq: 'daily',
priority: 1.0
},
{
loc: `${link}/category`,