do a full reorg to handle blog posts better
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("./src/css");
|
||||
eleventyConfig.addPassthroughCopy("./src/img");
|
||||
eleventyConfig.addPassthroughCopy("./src/fonts");
|
||||
eleventyConfig.addPassthroughCopy("./src/js");
|
||||
eleventyConfig.addPassthroughCopy("./src/_assets/css");
|
||||
eleventyConfig.addPassthroughCopy("./src/_assets/img");
|
||||
eleventyConfig.addPassthroughCopy("./src/_assets/fonts");
|
||||
eleventyConfig.addPassthroughCopy("./src/_assets/js");
|
||||
|
||||
return {
|
||||
passthroughFileCopy: true,
|
||||
|
Reference in New Issue
Block a user