Skip to content

Commit d0fdc3b

Browse files
authored
upgrading 11ty to V2 with eleventy-upgrade-help@2 (#41)
1 parent eaf9ff8 commit d0fdc3b

File tree

3 files changed

+727
-2410
lines changed

3 files changed

+727
-2410
lines changed

.eleventy.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ function readCSV(name) {
7272
}
7373

7474
module.exports = config => {
75-
config.ignores.add(".trash/**");
76-
config.ignores.add("Brouillon/**");
77-
config.ignores.add("Comment éditer les contenus de la plateforme/**");
75+
config.watchIgnores.add(".trash/**");
76+
config.watchIgnores.add("Brouillon/**");
77+
config.watchIgnores.add("Comment éditer les contenus de la plateforme/**");
7878
// add NavigationPlugin for breadcrumbs links
7979
config.addPlugin(NavigationPlugin);
8080
// add 11ty render function to use in njk files

0 commit comments

Comments
 (0)