diff options
Diffstat (limited to 'build.js')
| -rw-r--r-- | build.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -52,8 +52,7 @@ const galleryViews = galleriesView["galleries"] columns,
display_title,
};
- })
- .sort((a, b) => a["title"].localeCompare(b["title"]));
+ });
const contactInfoJson = fs.readFileSync(CONTACT_INFO_PATH, "utf-8")
const contactInfoView = JSON.parse(contactInfoJson);
|
