Skip to content

Commit 54f5d77

Browse files
committed
enlève le _ dans les noms de répertoire
1 parent 738f1f6 commit 54f5d77

11 files changed

+2
-2
lines changed

.eleventy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ module.exports = function(eleventyConfig) {
9696
return {
9797
dir: {
9898
input: 'content',
99-
includes: '../_includes',
100-
data: '../_data'
99+
includes: '../includes',
100+
data: '../data'
101101
}
102102
}
103103
}

_data/feeds.json data/feeds.json

File renamed without changes.

_data/site.json data/site.json

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)