sitemap.xml问题

This commit is contained in:
tangly1024.com
2024-11-18 14:22:39 +08:00
parent ce18359527
commit ab2129464f
3 changed files with 24 additions and 19 deletions

View File

@@ -34,6 +34,7 @@ export const siteConfig = (key, defaultVal = null, extendConfig = {}) => {
case 'POST_URL_PREFIX_MAPPING_CATEGORY':
case 'IS_TAG_COLOR_DISTINGUISHED':
case 'TAG_SORT_BY_COUNT':
case 'LINK':
return convertVal(extendConfig[key] || defaultVal || BLOG[key])
default:
}