summary refs log tree commit diff
path: root/.eleventy.js
blob: 5e9de026a2c7c58fef6ff8195976ef7202ff03d1 (plain) (blame)
1
2
3
module.exports = function(eleventyConfig) {
	eleventyConfig.addPassthroughCopy("terminal.css")
}