This commit is contained in:
parent
5a2133618a
commit
5edbe5703f
243 changed files with 10960 additions and 81 deletions
7
eleventy.config.js
Normal file
7
eleventy.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import CleanCSS from "clean-css";
|
||||
|
||||
export default function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("assets/");
|
||||
eleventyConfig.addPassthroughCopy("styles/");
|
||||
eleventyConfig.addPassthroughCopy("scripts/");
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue