Skip to content

Commit

Permalink
MAX_SAFE_INT for the "Other" fallback group
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jul 7, 2023
1 parent b8a2bdd commit ab3315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ module.exports = function(eleventyConfig) {
let groups = {
'Other': {
name: 'Other',
order: -1, // always render last
order: Number.MAX_SAFE_INTEGER, // always render last
children: []
}
}
Expand Down

0 comments on commit ab3315a

Please sign in to comment.