Skip to content

Commit

Permalink
Merge pull request #43 from spacenomads/fix/case-sensitive-sutff
Browse files Browse the repository at this point in the history
fix: do not change attributes case
  • Loading branch information
oneeyedman authored Jan 15, 2024
2 parents 0e999d2 + fa15039 commit 291acee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ module.exports = function (config) {
useShortDoctype: true,
removeComments: true,
collapseWhitespace: true,
preserveLineBreaks: false
preserveLineBreaks: false,
caseSensitive: true
});
}

Expand Down

0 comments on commit 291acee

Please sign in to comment.