mess with sitemap

This commit is contained in:
2023-05-01 16:44:40 +09:30
parent 52c75b127e
commit 9d0c5f3eef
4 changed files with 12 additions and 5 deletions

View File

@ -23,7 +23,8 @@ module.exports = function (eleventyConfig) {
})
}
});
return tagsList;
const sortedTagsList = new Set(Array.from(tagsList).sort());
return sortedTagsList;
});
// limit filter