fix(builders): skip articles without URLs when importing into sitemap builders

This commit is contained in:
2026-04-30 10:34:17 +00:00
parent 23fbf6ef1a
commit c9254e8a90
9 changed files with 597 additions and 2658 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]
}