xunuwu.xyz/eleventy.config.js
2025-05-20 19:13:57 +02:00

7 lines
214 B
JavaScript

export default function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("bundle.css");
eleventyConfig.addWatchTarget("bundle.css");
eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
}