export default async function (eleventyConfig) {
eleventyConfig.setOutputDirectory("dist");
eleventyConfig.addPassthroughCopy("static/**/*");
}