mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
Update sitemap.js
This commit is contained in:
@@ -97,7 +97,7 @@ sitemap.getDynamicUrls = function(callback) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
topics.forEach(function(topic) {console.log(topic)
|
||||
topics.forEach(function(topic) {
|
||||
if (topic) {
|
||||
topicUrls.push({
|
||||
url: '/topic/' + topic.slug,
|
||||
|
||||
Reference in New Issue
Block a user