astolfo.org/eleventy.config.js
2025-08-03 21:46:35 +10:00

4 lines
139 B
JavaScript

export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("bundle.css");
eleventyConfig.addPassthroughCopy("img");
};