mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 23:16:51 +00:00
部分微调
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user