Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 3aa65f8

Browse files
authored
fix: support new 11ty config files (#848)
1 parent 86e95b7 commit 3aa65f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frameworks/eleventy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"detect": {
66
"npmDependencies": ["@11ty/eleventy"],
77
"excludedNpmDependencies": [],
8-
"configFiles": [".eleventy.js"]
8+
"configFiles": [".eleventy.js","eleventy.config.js","eleventy.config.cjs"]
99
},
1010
"dev": {
1111
"command": "eleventy --serve",

0 commit comments

Comments
 (0)