xunuwu.xyz/eleventy.config.js

7 lines
212 B
JavaScript

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