module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/power.png");
return {
dir: {
input: "src",
output: "dist",
},
};