|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
module.exports = function(eleventyConfig) {
|
|
|
|
|
// assets we want to passthrough
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eleventyConfig.addPassthroughCopy('./src/main.css');
|
|
|
|
|
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
|
|
|
|
eleventyConfig.addPassthroughCopy('./src/assets');
|
|
|
|
@ -10,7 +10,7 @@ eleventyConfig.addPassthroughCopy('./src/assets');
|
|
|
|
|
return {
|
|
|
|
|
dir: {
|
|
|
|
|
input: "src",
|
|
|
|
|
output: "_site"
|
|
|
|
|
output: "public"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
};
|