Tucker McKnight <tucker@pangolin.lan> | Sat Jan 03 2026
Remove reference to raw.njk template that I forgot to delete earlier
338 339 340 341 342 343
)
// RAW.TS
const rawTemplate = fsImport.readFileSync(`${import.meta.dirname}/templates/raw.njk`).toString()
eleventyConfig.addTemplate(
'repos/raw.11ty.js',
rawJsTemplate(eleventyConfig),338 339 340 341 342
)
// RAW.TS
eleventyConfig.addTemplate(
'repos/raw.11ty.js',
rawJsTemplate(eleventyConfig),