diff --git a/.gitignore b/.gitignore index 83253a1..9036546 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ _site/ node_modules/ package-lock.json .cache +patches + diff --git a/eleventy.config.js b/eleventy.config.js index d37672c..f6dc237 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -13,6 +13,7 @@ const pluginDrafts = require("./eleventy.config.drafts.js"); module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy("content/**/*.png"); eleventyConfig.addPassthroughCopy('content/**/*.css'); + eleventyConfig.addPassthroughCopy({ "patches": "/" }); // Run Eleventy when these files change: // https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets