-
@raymondcamden This doesn’t specifically limit to a collection but you can use
filePathStem
11ty.dev/docs/data/#filepathstem in apermalink.js
global data file to set a global default: module.exports = function(data) { return${data.page.filePathStem}.html
; }