1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: sort illustration filenames and update illustrations.json content

This commit is contained in:
codecalm
2025-11-27 03:07:08 +01:00
parent 3aba62e652
commit f9551c3b8e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ const illustrations = sync(join(__dirname, `../../shared/static/illustrations/li
.map((file) => {
return basename(file, '.png')
})
.sort((a, b) => a.localeCompare(b));
writeFileSync(
join(__dirname, `../../shared/data/illustrations.json`),