Skip to content

Commit 881e3b0

Browse files
authoredOct 30, 2024··
chore: fix docs builds by re-adding eleventy and ignoring gitignore again (#5240)
1 parent f054acc commit 881e3b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.eleventy.js

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ module.exports = function (eleventyConfig) {
4646

4747
eleventyConfig.setLibrary('md', markdown);
4848

49+
eleventyConfig.setUseGitIgnore(false);
50+
4951
return {
5052
passthroughFileCopy: true,
5153
dir: {

0 commit comments

Comments
 (0)
Please sign in to comment.