fix: Fix infinite loop in 11ty by adding 'eleventyConfig.watchIgnores.add("./src/_data/eventsJson.js");' to .eleventy.js
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user