diff --git a/.eleventy.js b/.eleventy.js index 12b77ca..28bf0d0 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -3,6 +3,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy({ "src/styles": "styles" }); eleventyConfig.addPassthroughCopy({ "src/scripts": "scripts" }); eleventyConfig.addPassthroughCopy({ "src/robots.txt": "robots.txt"}); + eleventyConfig.watchIgnores.add("./src/_data/eventsJson.js"); return { dir: { input: "src",