Skip to content

Commit 9caaf60

Browse files
committed
Removed redundant .11ty.js page build target
1 parent 46370c8 commit 9caaf60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function (eleventyConfig, options = {}) {
4848
output: "_site",
4949
layouts: "_layouts", // Standard layouts dir (will be populated by plugin)
5050
},
51-
templateFormats: ["md", "njk", "html", "css", "11ty.js"],
51+
templateFormats: ["md", "njk", "html", "css"],
5252
markdownTemplateEngine: "njk",
5353
htmlTemplateEngine: "njk",
5454
};

0 commit comments

Comments
 (0)