diff options
Diffstat (limited to 'build.js')
| -rw-r--r-- | build.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,8 @@ const galleryViews = galleryJsonList 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);
|
