allow adding patches

This commit is contained in:
Nycki 2024-09-15 19:18:19 +00:00
parent 7cf92ba05f
commit b86dd4e059
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@ _site/
node_modules/
package-lock.json
.cache
patches

View file

@ -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