We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf9ff8 commit d0fdc3bCopy full SHA for d0fdc3b
.eleventy.js
@@ -72,9 +72,9 @@ function readCSV(name) {
72
}
73
74
module.exports = config => {
75
- config.ignores.add(".trash/**");
76
- config.ignores.add("Brouillon/**");
77
- config.ignores.add("Comment éditer les contenus de la plateforme/**");
+ config.watchIgnores.add(".trash/**");
+ config.watchIgnores.add("Brouillon/**");
+ config.watchIgnores.add("Comment éditer les contenus de la plateforme/**");
78
// add NavigationPlugin for breadcrumbs links
79
config.addPlugin(NavigationPlugin);
80
// add 11ty render function to use in njk files
0 commit comments