Added a ton of TAs, fixed sitemap, made sorting more intelligent
This commit is contained in:
parent
e24c21c100
commit
8f989176c7
28 changed files with 445 additions and 7 deletions
src/pages/database
|
@ -21,7 +21,7 @@ for (const [key, value] of Object.entries(fulldata)) {
|
|||
}
|
||||
|
||||
questInfo.sort(
|
||||
(a, b) => Date.parse(b.questReleaseDate) - Date.parse(a.questReleaseDate)
|
||||
(a, b) => Date.parse(b.questReleaseDate) - Date.parse(a.questReleaseDate) || b.fightNumber - a.fightNumber
|
||||
)
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue