fix: link order
This commit is contained in:
parent
66a75c508c
commit
417ab715c3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const links = require('../_data/json/links.json')
|
||||
|
||||
module.exports = async function () {
|
||||
return links.links
|
||||
return links.links.reverse()
|
||||
}
|
||||
|
|
Reference in a new issue