mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
feat(11ty): rename defined collection
This commit is contained in:
@ -21,7 +21,7 @@ module.exports = function (config) {
|
||||
})]
|
||||
})
|
||||
|
||||
config.addCollection('definedDefinitions', collection => {
|
||||
config.addCollection('definedWords', collection => {
|
||||
return [
|
||||
...collection
|
||||
.getFilteredByGlob('./11ty/definitions/*.md')
|
||||
|
Reference in New Issue
Block a user